Package | Description |
---|---|
com.google.api.client.util |
General utilities used throughout this library.
|
Modifier and Type | Method and Description |
---|---|
FieldInfo |
ClassInfo.getFieldInfo(String name)
Returns the information for the given
getName() . |
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<FieldInfo> |
ClassInfo.getFieldInfos()
Returns an unmodifiable collection of the
FieldInfo s for this class, without any
guarantee of order. |
Copyright © 2011–2023 Google. All rights reserved.