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