Uses of Class
com.google.gson.internal.ConstructorConstructor
-
Packages that use ConstructorConstructor Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa.com.google.gson.graph com.google.gson.internal.bind -
-
Uses of ConstructorConstructor in com.google.gson
Fields in com.google.gson declared as ConstructorConstructor Modifier and Type Field Description private ConstructorConstructor
Gson. constructorConstructor
-
Uses of ConstructorConstructor in com.google.gson.graph
Fields in com.google.gson.graph declared as ConstructorConstructor Modifier and Type Field Description private ConstructorConstructor
GraphAdapterBuilder. constructorConstructor
-
Uses of ConstructorConstructor in com.google.gson.internal.bind
Fields in com.google.gson.internal.bind declared as ConstructorConstructor Modifier and Type Field Description private ConstructorConstructor
CollectionTypeAdapterFactory. constructorConstructor
private ConstructorConstructor
JsonAdapterAnnotationTypeAdapterFactory. constructorConstructor
private ConstructorConstructor
MapTypeAdapterFactory. constructorConstructor
private ConstructorConstructor
ReflectiveTypeAdapterFactory. constructorConstructor
Methods in com.google.gson.internal.bind with parameters of type ConstructorConstructor Modifier and Type Method Description (package private) TypeAdapter<?>
JsonAdapterAnnotationTypeAdapterFactory. getTypeAdapter(ConstructorConstructor constructorConstructor, Gson gson, TypeToken<?> type, JsonAdapter annotation)
Constructors in com.google.gson.internal.bind with parameters of type ConstructorConstructor Constructor Description CollectionTypeAdapterFactory(ConstructorConstructor constructorConstructor)
JsonAdapterAnnotationTypeAdapterFactory(ConstructorConstructor constructorConstructor)
MapTypeAdapterFactory(ConstructorConstructor constructorConstructor, boolean complexMapKeySerialization)
ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory)
-