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