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