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
Fields in com.google.api.client.util declared as FieldInfo Modifier and Type Field Description private FieldInfoDataMap.EntryIterator. currentFieldInfoCurrent field info found byDataMap.EntryIterator.next()ornullbeforeDataMap.EntryIterator.next()has been called.private FieldInfoDataMap.Entry. fieldInfoField info.private FieldInfoDataMap.EntryIterator. nextFieldInfoNext field info computed inDataMap.EntryIterator.hasNext()ornullbeforeDataMap.EntryIterator.hasNext()has been called since the lastDataMap.EntryIterator.next().Fields in com.google.api.client.util with type parameters of type FieldInfo Modifier and Type Field Description private static java.util.Map<java.lang.reflect.Field,FieldInfo>FieldInfo. CACHECached field information.private java.util.IdentityHashMap<java.lang.String,FieldInfo>ClassInfo. nameToFieldInfoMapMap fromgetName()to the field information.Methods in com.google.api.client.util that return FieldInfo Modifier and Type Method Description FieldInfoClassInfo. getFieldInfo(java.lang.String name)Returns the information for the givengetName().static FieldInfoFieldInfo. of(java.lang.Enum<?> enumValue)Returns the field information for the given enum value.static FieldInfoFieldInfo. of(java.lang.reflect.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 java.util.Collection<FieldInfo>ClassInfo. getFieldInfos()Returns an unmodifiable collection of theFieldInfos for this class, without any guarantee of order.Constructors in com.google.api.client.util with parameters of type FieldInfo Constructor Description Entry(FieldInfo fieldInfo, java.lang.Object fieldValue)
-