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 ClassInfoFieldInfo. getClassInfo()Returns the class information of the field's declaring class.ClassInfoGenericData. getClassInfo()Returns the class information.static ClassInfoClassInfo. of(Class<?> underlyingClass)Returns the class information for the given underlying class.static ClassInfoClassInfo. of(Class<?> underlyingClass, boolean ignoreCase)Returns the class information for the given underlying class.
-