Uses of Class
com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.BoundField
Packages that use ReflectiveTypeAdapterFactory.BoundField
-
Uses of ReflectiveTypeAdapterFactory.BoundField in com.google.gson.internal.bind
Fields in com.google.gson.internal.bind with type parameters of type ReflectiveTypeAdapterFactory.BoundFieldModifier and TypeFieldDescriptionprivate final Map<String,
ReflectiveTypeAdapterFactory.BoundField> ReflectiveTypeAdapterFactory.Adapter.boundFields
Methods in com.google.gson.internal.bind that return ReflectiveTypeAdapterFactory.BoundFieldModifier and TypeMethodDescriptionReflectiveTypeAdapterFactory.createBoundField
(Gson context, Field field, 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.BoundFieldModifier and TypeMethodDescriptionReflectiveTypeAdapterFactory.getBoundFields
(Gson context, TypeToken<?> type, Class<?> raw, boolean blockInaccessible) Constructor parameters in com.google.gson.internal.bind with type arguments of type ReflectiveTypeAdapterFactory.BoundFieldModifierConstructorDescription(package private)
Adapter
(ObjectConstructor<T> constructor, Map<String, ReflectiveTypeAdapterFactory.BoundField> boundFields)