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