public class PaymentSourceTypeAdapterFactory
extends java.lang.Object
implements com.google.gson.TypeAdapterFactory
PaymentSource able to deserialize raw JSON to subtype
implementation based on discriminator field object.| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentSourceTypeAdapterFactory.UnknownSubType
Unknown subtype of
PaymentSource. |
| Constructor and Description |
|---|
PaymentSourceTypeAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.gson.TypeAdapter<T> |
create(com.google.gson.Gson gson,
com.google.gson.reflect.TypeToken<T> type) |