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