Package com.plaid.client.model
Class TransactionAllOf.PaymentChannelEnum.Adapter
java.lang.Object
com.google.gson.TypeAdapter<TransactionAllOf.PaymentChannelEnum>
com.plaid.client.model.TransactionAllOf.PaymentChannelEnum.Adapter
- Enclosing class:
- TransactionAllOf.PaymentChannelEnum
public static class TransactionAllOf.PaymentChannelEnum.Adapter extends com.google.gson.TypeAdapter<TransactionAllOf.PaymentChannelEnum>
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
Modifier and Type Method Description TransactionAllOf.PaymentChannelEnum
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, TransactionAllOf.PaymentChannelEnum enumeration)
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, TransactionAllOf.PaymentChannelEnum enumeration) throws java.io.IOException- Specified by:
write
in classcom.google.gson.TypeAdapter<TransactionAllOf.PaymentChannelEnum>
- Throws:
java.io.IOException
-
read
public TransactionAllOf.PaymentChannelEnum read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException- Specified by:
read
in classcom.google.gson.TypeAdapter<TransactionAllOf.PaymentChannelEnum>
- Throws:
java.io.IOException
-