| Package | Description |
|---|---|
| com.google.api.client.util |
General utilities used throughout this library.
|
| Modifier and Type | Method and Description |
|---|---|
FieldInfo |
ClassInfo.getFieldInfo(String
Returns the information for the given
getName().
|
static FieldInfo |
FieldInfo.of(Enum
Returns the field information for the given enum value.
|
static FieldInfo |
FieldInfo.of(Field
Returns the field information for the given field.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
ClassInfo.getFieldInfos()
Returns an unmodifiable collection of the
FieldInfos for this class, without any guarantee of order.
|