Package io.dialob.api.form
Class GsonAdaptersFormItem
- java.lang.Object
-
- io.dialob.api.form.GsonAdaptersFormItem
-
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
@ParametersAreNonnullByDefault @Generated("org.immutables.processor.ProxyProcessor") public final class GsonAdaptersFormItem extends Object implements com.google.gson.TypeAdapterFactory
ATypeAdapterFactorythat handles all of the immutable types generated underFormItem.- See Also:
ImmutableFormItem
-
-
Constructor Summary
Constructors Constructor Description GsonAdaptersFormItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.gson.TypeAdapter<T>create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)StringtoString()
-