Uses of Class
com.google.gson.internal.Excluder
-
Packages that use Excluder Package Description com.google.gson This package provides theGsonclass 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 ExcluderGson. 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 ExcluderExcluder. DEFAULTMethods in com.google.gson.internal that return Excluder Modifier and Type Method Description protected ExcluderExcluder. clone()ExcluderExcluder. disableInnerClassSerialization()ExcluderExcluder. excludeFieldsWithoutExposeAnnotation()ExcluderExcluder. withExclusionStrategy(ExclusionStrategy exclusionStrategy, boolean serialization, boolean deserialization)ExcluderExcluder. withModifiers(int... modifiers)ExcluderExcluder. 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)
-