Uses of Interface
com.google.gson.FieldNamingStrategy
-
Packages that use FieldNamingStrategy Package Description com.google.gson This package provides theGson
class 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 class
FieldNamingPolicy
An 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 FieldNamingStrategy
Gson. fieldNamingStrategy()
Methods in com.google.gson with parameters of type FieldNamingStrategy Modifier and Type Method Description GsonBuilder
GsonBuilder. setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy)
Configures Gson to apply a specific naming policy strategy to an object's field during serialization and deserialization.
-