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