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 TypeFieldDescriptionReflectiveTypeAdapterFactory.FieldsData.deserializedFields
Maps from JSON member name to fieldReflectiveTypeAdapterFactory.FieldsData.serializedFields
Methods in com.google.gson.internal.bind that return ReflectiveTypeAdapterFactory.BoundFieldModifier and TypeMethodDescriptionReflectiveTypeAdapterFactory.createBoundField
(Gson context, Field field, Method accessor, String serializedName, TypeToken<?> fieldType, boolean serialize, boolean blockInaccessible) Methods in com.google.gson.internal.bind with parameters of type ReflectiveTypeAdapterFactory.BoundFieldModifier and TypeMethodDescription(package private) abstract void
ReflectiveTypeAdapterFactory.Adapter.readField
(A accumulator, JsonReader in, ReflectiveTypeAdapterFactory.BoundField field) Read a single BoundField into the accumulator.(package private) void
ReflectiveTypeAdapterFactory.FieldReflectionAdapter.readField
(T accumulator, JsonReader in, ReflectiveTypeAdapterFactory.BoundField field) (package private) void
ReflectiveTypeAdapterFactory.RecordAdapter.readField
(Object[] accumulator, JsonReader in, ReflectiveTypeAdapterFactory.BoundField field) Constructor parameters in com.google.gson.internal.bind with type arguments of type ReflectiveTypeAdapterFactory.BoundFieldModifierConstructorDescriptionFieldsData
(Map<String, ReflectiveTypeAdapterFactory.BoundField> deserializedFields, List<ReflectiveTypeAdapterFactory.BoundField> serializedFields) FieldsData
(Map<String, ReflectiveTypeAdapterFactory.BoundField> deserializedFields, List<ReflectiveTypeAdapterFactory.BoundField> serializedFields)