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