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