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