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
Fields in com.google.gson declared as Excluder Modifier and Type Field Description (package private) ExcluderGson. excluderprivate ExcluderGsonBuilder. excluderMethods in com.google.gson that return Excluder Modifier and Type Method Description ExcluderGson. excluder()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, 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) -
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
Fields in com.google.gson.internal.bind declared as Excluder Modifier and Type Field Description private ExcluderReflectiveTypeAdapterFactory. excluderMethods in com.google.gson.internal.bind with parameters of type Excluder Modifier and Type Method Description (package private) static booleanReflectiveTypeAdapterFactory. excludeField(java.lang.reflect.Field f, boolean serialize, Excluder excluder)Constructors in com.google.gson.internal.bind with parameters of type Excluder Constructor Description ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory)
-