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