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