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