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
Fields in com.google.gson declared as Excluder Modifier and Type Field Description (package private) Excluder
Gson. excluder
private Excluder
GsonBuilder. excluder
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.Constructors in com.google.gson with parameters of type Excluder Constructor Description Gson(Excluder excluder, FieldNamingStrategy fieldNamingStrategy, java.util.Map<java.lang.reflect.Type,InstanceCreator<?>> instanceCreators, boolean serializeNulls, boolean complexMapKeySerialization, boolean generateNonExecutableGson, boolean htmlSafe, boolean prettyPrinting, boolean lenient, boolean serializeSpecialFloatingPointValues, boolean useJdkUnsafe, LongSerializationPolicy longSerializationPolicy, java.lang.String datePattern, int dateStyle, int timeStyle, java.util.List<TypeAdapterFactory> builderFactories, java.util.List<TypeAdapterFactory> builderHierarchyFactories, java.util.List<TypeAdapterFactory> factoriesToBeAdded, ToNumberStrategy objectToNumberStrategy, ToNumberStrategy numberToNumberStrategy, java.util.List<ReflectionAccessFilter> reflectionFilters)
-
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
Fields in com.google.gson.internal.bind declared as Excluder Modifier and Type Field Description private Excluder
ReflectiveTypeAdapterFactory. excluder
Constructors in com.google.gson.internal.bind with parameters of type Excluder Constructor Description ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory, java.util.List<ReflectionAccessFilter> reflectionFilters)
-