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