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