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