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