Uses of Interface
com.google.gson.InstanceCreator
-
Packages that use InstanceCreator Package Description com.google.gson.graph com.google.gson.internal Do NOT use any class in this package as they are meant for internal use in Gson. -
-
Uses of InstanceCreator in com.google.gson.graph
Methods in com.google.gson.graph with parameters of type InstanceCreator Modifier and Type Method Description GraphAdapterBuilder
GraphAdapterBuilder. addType(Type type, InstanceCreator<?> instanceCreator)
-
Uses of InstanceCreator in com.google.gson.internal
Constructor parameters in com.google.gson.internal with type arguments of type InstanceCreator Constructor Description ConstructorConstructor(Map<Type,InstanceCreator<?>> instanceCreators)
-