Uses of Interface
com.google.gson.InstanceCreator
Packages that use InstanceCreator
Package
Description
This package provides the
Gson class to convert Json to Java and
vice-versa.Do NOT use any class in this package as they are meant for internal use in Gson.
-
Uses of InstanceCreator in com.google.gson
Fields in com.google.gson with type parameters of type InstanceCreatorModifier and TypeFieldDescription(package private) final Map<Type, InstanceCreator<?>> Gson.instanceCreatorsprivate final Map<Type, InstanceCreator<?>> GsonBuilder.instanceCreatorsConstructor parameters in com.google.gson with type arguments of type InstanceCreatorModifierConstructorDescription(package private)Gson(Excluder excluder, FieldNamingStrategy fieldNamingStrategy, Map<Type, InstanceCreator<?>> instanceCreators, boolean serializeNulls, boolean complexMapKeySerialization, boolean generateNonExecutableGson, boolean htmlSafe, boolean prettyPrinting, boolean lenient, boolean serializeSpecialFloatingPointValues, boolean useJdkUnsafe, LongSerializationPolicy longSerializationPolicy, String datePattern, int dateStyle, int timeStyle, List<TypeAdapterFactory> builderFactories, List<TypeAdapterFactory> builderHierarchyFactories, List<TypeAdapterFactory> factoriesToBeAdded, ToNumberStrategy objectToNumberStrategy, ToNumberStrategy numberToNumberStrategy, List<ReflectionAccessFilter> reflectionFilters) -
Uses of InstanceCreator in com.google.gson.graph
Classes in com.google.gson.graph that implement InstanceCreatorFields in com.google.gson.graph with type parameters of type InstanceCreatorModifier and TypeFieldDescriptionprivate final Map<Type, InstanceCreator<?>> GraphAdapterBuilder.Factory.instanceCreatorsprivate final Map<Type, InstanceCreator<?>> GraphAdapterBuilder.instanceCreatorsMethods in com.google.gson.graph with parameters of type InstanceCreatorModifier and TypeMethodDescriptionGraphAdapterBuilder.addType(Type type, InstanceCreator<?> instanceCreator) Constructor parameters in com.google.gson.graph with type arguments of type InstanceCreatorModifierConstructorDescription(package private)Factory(Map<Type, InstanceCreator<?>> instanceCreators) -
Uses of InstanceCreator in com.google.gson.internal
Fields in com.google.gson.internal with type parameters of type InstanceCreatorModifier and TypeFieldDescriptionprivate final Map<Type, InstanceCreator<?>> ConstructorConstructor.instanceCreatorsConstructor parameters in com.google.gson.internal with type arguments of type InstanceCreatorModifierConstructorDescriptionConstructorConstructor(Map<Type, InstanceCreator<?>> instanceCreators, boolean useJdkUnsafe, List<ReflectionAccessFilter> reflectionFilters)