Uses of Class
com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory
-
Packages that use JsonAdapterAnnotationTypeAdapterFactory Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa.com.google.gson.internal.bind -
-
Uses of JsonAdapterAnnotationTypeAdapterFactory in com.google.gson
Fields in com.google.gson declared as JsonAdapterAnnotationTypeAdapterFactory Modifier and Type Field Description private JsonAdapterAnnotationTypeAdapterFactory
Gson. jsonAdapterFactory
-
Uses of JsonAdapterAnnotationTypeAdapterFactory in com.google.gson.internal.bind
Fields in com.google.gson.internal.bind declared as JsonAdapterAnnotationTypeAdapterFactory Modifier and Type Field Description private JsonAdapterAnnotationTypeAdapterFactory
ReflectiveTypeAdapterFactory. jsonAdapterFactory
Constructors in com.google.gson.internal.bind with parameters of type JsonAdapterAnnotationTypeAdapterFactory Constructor Description ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory, java.util.List<ReflectionAccessFilter> reflectionFilters)
-