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 FieldInfoDataMap.EntryIterator.currentFieldInfoCurrent field info found byDataMap.EntryIterator.next()ornullbeforeDataMap.EntryIterator.next()has been called.private final 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 FieldInfoModifier and TypeFieldDescriptionFieldInfo.CACHECached field information.private final IdentityHashMap<String, FieldInfo> ClassInfo.nameToFieldInfoMapMap fromFieldInfo.getName()to the field information.Methods in com.google.api.client.util that return FieldInfoModifier and TypeMethodDescriptionClassInfo.getFieldInfo(String name) Returns the information for the givenFieldInfo.getName().static FieldInfoReturns the field information for the given enum value.static FieldInfoReturns 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 theFieldInfos for this class, without any guarantee of order.Constructors in com.google.api.client.util with parameters of type FieldInfo