Uses of Class
com.google.api.client.util.FieldInfo
-
Packages that use FieldInfo Package Description 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 Modifier and Type Method Description FieldInfo
ClassInfo. getFieldInfo(String name)
Returns the information for the givengetName()
.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.Methods in com.google.api.client.util that return types with arguments of type FieldInfo Modifier and Type Method Description Collection<FieldInfo>
ClassInfo. getFieldInfos()
Returns an unmodifiable collection of theFieldInfo
s for this class, without any guarantee of order.
-