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