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