Uses of Enum Class
com.google.gson.FieldNamingPolicy
Packages that use FieldNamingPolicy
-
Uses of FieldNamingPolicy in com.google.gson
Methods in com.google.gson that return FieldNamingPolicyModifier and TypeMethodDescriptionstatic FieldNamingPolicy
Returns the enum constant of this class with the specified name.static FieldNamingPolicy[]
FieldNamingPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.gson with parameters of type FieldNamingPolicyModifier and TypeMethodDescriptionGsonBuilder.setFieldNamingPolicy
(FieldNamingPolicy namingConvention) Configures Gson to apply a specific naming policy to an object's fields during serialization and deserialization.