Uses of Interface
com.google.gson.FieldNamingStrategy
-
Packages that use FieldNamingStrategy Package Description com.google.gson This package provides theGsonclass to convert Json to Java and vice-versa. -
-
Uses of FieldNamingStrategy in com.google.gson
Classes in com.google.gson that implement FieldNamingStrategy Modifier and Type Class Description classFieldNamingPolicyAn enumeration that defines a few standard naming conventions for JSON field names.Methods in com.google.gson that return FieldNamingStrategy Modifier and Type Method Description FieldNamingStrategyGson. fieldNamingStrategy()Returns the field naming strategy used by this Gson instance.Methods in com.google.gson with parameters of type FieldNamingStrategy Modifier and Type Method Description GsonBuilderGsonBuilder. setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy)Configures Gson to apply a specific naming strategy to an object's fields during serialization and deserialization.
-