Package com.adyen.model.storedvalue
Class StoredValueIssueRequest.ShopperInteractionEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<StoredValueIssueRequest.ShopperInteractionEnum>
-
- com.adyen.model.storedvalue.StoredValueIssueRequest.ShopperInteractionEnum.Adapter
-
- Enclosing class:
- StoredValueIssueRequest.ShopperInteractionEnum
public static class StoredValueIssueRequest.ShopperInteractionEnum.Adapter extends com.google.gson.TypeAdapter<StoredValueIssueRequest.ShopperInteractionEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoredValueIssueRequest.ShopperInteractionEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, StoredValueIssueRequest.ShopperInteractionEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, StoredValueIssueRequest.ShopperInteractionEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<StoredValueIssueRequest.ShopperInteractionEnum>- Throws:
IOException
-
read
public StoredValueIssueRequest.ShopperInteractionEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<StoredValueIssueRequest.ShopperInteractionEnum>- Throws:
IOException
-
-