Uses of Class
com.google.gson.internal.Excluder
Packages that use Excluder
Package
Description
This package provides the
Gson
class to convert Json to Java and
vice-versa.Do NOT use any class in this package as they are meant for internal use in Gson.
-
Uses of Excluder in com.google.gson
Fields in com.google.gson declared as ExcluderModifier and TypeFieldDescription(package private) final Excluder
Gson.excluder
private Excluder
GsonBuilder.excluder
Methods in com.google.gson that return ExcluderModifier and TypeMethodDescriptionGson.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 ExcluderModifierConstructorDescription(package private)
Gson
(Excluder excluder, FieldNamingStrategy fieldNamingStrategy, Map<Type, InstanceCreator<?>> instanceCreators, boolean serializeNulls, boolean complexMapKeySerialization, boolean generateNonExecutableGson, boolean htmlSafe, boolean prettyPrinting, boolean lenient, boolean serializeSpecialFloatingPointValues, boolean useJdkUnsafe, LongSerializationPolicy longSerializationPolicy, String datePattern, int dateStyle, int timeStyle, List<TypeAdapterFactory> builderFactories, List<TypeAdapterFactory> builderHierarchyFactories, List<TypeAdapterFactory> factoriesToBeAdded, ToNumberStrategy objectToNumberStrategy, ToNumberStrategy numberToNumberStrategy, List<ReflectionAccessFilter> reflectionFilters) -
Uses of Excluder in com.google.gson.internal
Fields in com.google.gson.internal declared as ExcluderMethods in com.google.gson.internal that return ExcluderModifier and TypeMethodDescriptionprotected Excluder
Excluder.clone()
Excluder.disableInnerClassSerialization()
Excluder.excludeFieldsWithoutExposeAnnotation()
Excluder.withExclusionStrategy
(ExclusionStrategy exclusionStrategy, boolean serialization, boolean deserialization) Excluder.withModifiers
(int... modifiers) Excluder.withVersion
(double ignoreVersionsAfter) -
Uses of Excluder in com.google.gson.internal.bind
Fields in com.google.gson.internal.bind declared as ExcluderConstructors in com.google.gson.internal.bind with parameters of type ExcluderModifierConstructorDescriptionReflectiveTypeAdapterFactory
(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory, List<ReflectionAccessFilter> reflectionFilters)