Uses of Class
com.google.gson.internal.ConstructorConstructor
Packages that use ConstructorConstructor
-
Uses of ConstructorConstructor in com.google.gson
Fields in com.google.gson declared as ConstructorConstructor -
Uses of ConstructorConstructor in com.google.gson.graph
Fields in com.google.gson.graph declared as ConstructorConstructorModifier and TypeFieldDescriptionprivate final ConstructorConstructorGraphAdapterBuilder.constructorConstructor -
Uses of ConstructorConstructor in com.google.gson.internal.bind
Fields in com.google.gson.internal.bind declared as ConstructorConstructorModifier and TypeFieldDescriptionprivate final ConstructorConstructorCollectionTypeAdapterFactory.constructorConstructorprivate final ConstructorConstructorJsonAdapterAnnotationTypeAdapterFactory.constructorConstructorprivate final ConstructorConstructorMapTypeAdapterFactory.constructorConstructorprivate final ConstructorConstructorReflectiveTypeAdapterFactory.constructorConstructorMethods in com.google.gson.internal.bind with parameters of type ConstructorConstructorModifier and TypeMethodDescription(package private) TypeAdapter<?> JsonAdapterAnnotationTypeAdapterFactory.getTypeAdapter(ConstructorConstructor constructorConstructor, Gson gson, TypeToken<?> type, JsonAdapter annotation) Constructors in com.google.gson.internal.bind with parameters of type ConstructorConstructorModifierConstructorDescriptionCollectionTypeAdapterFactory(ConstructorConstructor constructorConstructor) JsonAdapterAnnotationTypeAdapterFactory(ConstructorConstructor constructorConstructor) MapTypeAdapterFactory(ConstructorConstructor constructorConstructor, boolean complexMapKeySerialization) ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory, List<ReflectionAccessFilter> reflectionFilters)