Uses of Class
com.google.api.client.util.FieldInfo
Packages that use FieldInfo
-
Uses of FieldInfo in com.google.api.client.util
Fields in com.google.api.client.util declared as FieldInfoModifier and TypeFieldDescriptionprivate FieldInfo
DataMap.EntryIterator.currentFieldInfo
Current field info found byDataMap.EntryIterator.next()
ornull
beforeDataMap.EntryIterator.next()
has been called.private final FieldInfo
DataMap.Entry.fieldInfo
Field info.private FieldInfo
DataMap.EntryIterator.nextFieldInfo
Next field info computed inDataMap.EntryIterator.hasNext()
ornull
beforeDataMap.EntryIterator.hasNext()
has been called since the lastDataMap.EntryIterator.next()
.Fields in com.google.api.client.util with type parameters of type FieldInfoModifier and TypeFieldDescriptionFieldInfo.CACHE
Cached field information.private final IdentityHashMap
<String, FieldInfo> ClassInfo.nameToFieldInfoMap
Map fromgetName()
to the field information.Methods in com.google.api.client.util that return FieldInfoModifier and TypeMethodDescriptionClassInfo.getFieldInfo
(String name) Returns the information for the givengetName()
.static FieldInfo
Returns the field information for the given enum value.static FieldInfo
Returns the field information for the given field.Methods in com.google.api.client.util that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionClassInfo.getFieldInfos()
Returns an unmodifiable collection of theFieldInfo
s for this class, without any guarantee of order.Constructors in com.google.api.client.util with parameters of type FieldInfo