Uses of Class
com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.BoundField
-
Packages that use ReflectiveTypeAdapterFactory.BoundField Package Description com.google.gson.internal.bind -
-
Uses of ReflectiveTypeAdapterFactory.BoundField in com.google.gson.internal.bind
Fields in com.google.gson.internal.bind with type parameters of type ReflectiveTypeAdapterFactory.BoundField Modifier and Type Field Description private java.util.Map<java.lang.String,ReflectiveTypeAdapterFactory.BoundField>
ReflectiveTypeAdapterFactory.Adapter. boundFields
Methods in com.google.gson.internal.bind that return ReflectiveTypeAdapterFactory.BoundField Modifier and Type Method Description private ReflectiveTypeAdapterFactory.BoundField
ReflectiveTypeAdapterFactory. createBoundField(Gson context, java.lang.reflect.Field field, java.lang.String name, TypeToken<?> fieldType, boolean serialize, boolean deserialize, boolean blockInaccessible)
Methods in com.google.gson.internal.bind that return types with arguments of type ReflectiveTypeAdapterFactory.BoundField Modifier and Type Method Description private java.util.Map<java.lang.String,ReflectiveTypeAdapterFactory.BoundField>
ReflectiveTypeAdapterFactory. getBoundFields(Gson context, TypeToken<?> type, java.lang.Class<?> raw, boolean blockInaccessible)
Constructor parameters in com.google.gson.internal.bind with type arguments of type ReflectiveTypeAdapterFactory.BoundField Constructor Description Adapter(ObjectConstructor<T> constructor, java.util.Map<java.lang.String,ReflectiveTypeAdapterFactory.BoundField> boundFields)
-