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