| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldNamingPolicy | |
|---|---|
| com.google.gson | This package provides the Gsonclass to convert Json to Java and
 vice-versa. | 
| Uses of FieldNamingPolicy in com.google.gson | 
|---|
| Methods in com.google.gson that return FieldNamingPolicy | |
|---|---|
| static FieldNamingPolicy | FieldNamingPolicy.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FieldNamingPolicy[] | FieldNamingPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods in com.google.gson with parameters of type FieldNamingPolicy | |
|---|---|
|  GsonBuilder | GsonBuilder.setFieldNamingPolicy(FieldNamingPolicy namingConvention)Configures Gson to apply a specific naming policy to an object's field during serialization and deserialization. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||