Uses of Interface
com.google.gson.FieldNamingStrategy

Packages that use FieldNamingStrategy
com.google.gson This package provides the Gson class to convert Json to Java and vice-versa. 
com.google.gson.internal.bind   
 

Uses of FieldNamingStrategy in com.google.gson
 

Classes in com.google.gson that implement FieldNamingStrategy
 class FieldNamingPolicy
          An enumeration that defines a few standard naming conventions for JSON field names.
 

Methods in com.google.gson with parameters of type FieldNamingStrategy
 GsonBuilder GsonBuilder.setFieldNamingStrategy(FieldNamingStrategy fieldNamingStrategy)
          Configures Gson to apply a specific naming policy strategy to an object's field during serialization and deserialization.
 

Uses of FieldNamingStrategy in com.google.gson.internal.bind
 

Constructors in com.google.gson.internal.bind with parameters of type FieldNamingStrategy
ReflectiveTypeAdapterFactory(ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder)
           
 



Copyright © 2012. All Rights Reserved.