Uses of Class
com.google.gson.internal.bind.JsonAdapterAnnotationTypeAdapterFactory
-
Packages that use JsonAdapterAnnotationTypeAdapterFactory Package Description com.google.gson This package provides theGsonclass 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 JsonAdapterAnnotationTypeAdapterFactoryGson. 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 JsonAdapterAnnotationTypeAdapterFactoryReflectiveTypeAdapterFactory. jsonAdapterFactoryConstructors in com.google.gson.internal.bind with parameters of type JsonAdapterAnnotationTypeAdapterFactory Constructor Description ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory)
-