Uses of Class
com.google.api.client.util.ClassInfo
-
Packages that use ClassInfo Package Description com.google.api.client.util General utilities used throughout this library. -
-
Uses of ClassInfo in com.google.api.client.util
Methods in com.google.api.client.util that return ClassInfo Modifier and Type Method 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.
-