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 strategy to an object's fields during serialization and deserialization.