Uses of Class
com.google.gson.internal.Excluder
-
Packages that use Excluder Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa.com.google.gson.internal Do NOT use any class in this package as they are meant for internal use in Gson.com.google.gson.internal.bind -
-
Uses of Excluder in com.google.gson
Methods in com.google.gson that return Excluder Modifier and Type Method Description Excluder
Gson. excluder()
Deprecated.This method by accident exposes an internal Gson class; it might be removed in a future version. -
Uses of Excluder in com.google.gson.internal
Fields in com.google.gson.internal declared as Excluder Modifier and Type Field Description static Excluder
Excluder. DEFAULT
Methods in com.google.gson.internal that return Excluder Modifier and Type Method Description protected Excluder
Excluder. clone()
Excluder
Excluder. disableInnerClassSerialization()
Excluder
Excluder. excludeFieldsWithoutExposeAnnotation()
Excluder
Excluder. withExclusionStrategy(ExclusionStrategy exclusionStrategy, boolean serialization, boolean deserialization)
Excluder
Excluder. withModifiers(int... modifiers)
Excluder
Excluder. withVersion(double ignoreVersionsAfter)
-
Uses of Excluder in com.google.gson.internal.bind
Constructors in com.google.gson.internal.bind with parameters of type Excluder Constructor Description ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory)
-