Package | Description |
---|---|
com.google.api.client.util |
General utilities used throughout this library.
|
Modifier and Type | Method and Description |
---|---|
ClassInfo |
FieldInfo.getClassInfo()
Returns the class information of the field's declaring class.
|
ClassInfo |
GenericData.getClassInfo()
Returns the class information.
|
static ClassInfo |
ClassInfo.of(Class<?> underlyingClass)
Returns the class information for the given underlying class.
|
static ClassInfo |
ClassInfo.of(Class<?> underlyingClass,
boolean ignoreCase)
Returns the class information for the given underlying class.
|
Copyright © 2011–2022 Google. All rights reserved.