Uses of Class
com.google.api.client.util.FieldInfo

Packages that use FieldInfo
com.google.api.client.util General utilities used throughout this library. 
 

Uses of FieldInfo in com.google.api.client.util
 

Methods in com.google.api.client.util that return FieldInfo
 FieldInfo ClassInfo.getFieldInfo(String name)
          Returns the information for the given getName().
static FieldInfo FieldInfo.of(Enum<?> enumValue)
          Returns the field information for the given enum value.
static FieldInfo FieldInfo.of(Field field)
          Returns the field information for the given field.
 



Copyright © 2011-2012 Google. All Rights Reserved.