Uses of Interface
com.google.gson.FieldNamingStrategy
Packages that use FieldNamingStrategy
-
Uses of FieldNamingStrategy in com.google.gson
Classes in com.google.gson that implement FieldNamingStrategyModifier and TypeClassDescriptionenumAn enumeration that defines a few standard naming conventions for JSON field names.Methods in com.google.gson that return FieldNamingStrategyModifier and TypeMethodDescriptionGson.fieldNamingStrategy()Returns the field naming strategy used by this Gson instance.Methods in com.google.gson with parameters of type FieldNamingStrategyModifier and TypeMethodDescriptionGsonBuilder.setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy) Configures Gson to apply a specific naming policy strategy to an object's field during serialization and deserialization. -
Uses of FieldNamingStrategy in com.google.gson.internal.bind
Constructors in com.google.gson.internal.bind with parameters of type FieldNamingStrategyModifierConstructorDescriptionReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder, JsonAdapterAnnotationTypeAdapterFactory jsonAdapterFactory)