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