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