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 FieldInfoClassInfo. getFieldInfo(String name)Returns the information for the givengetName().static FieldInfoFieldInfo. of(Enum<?> enumValue)Returns the field information for the given enum value.static FieldInfoFieldInfo. 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 theFieldInfos for this class, without any guarantee of order.
-