Uses of Class
com.google.api.client.util.ClassInfo
-
Packages that use ClassInfo Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.com.google.api.client.util General utilities used throughout this library. -
-
Uses of ClassInfo in com.google.api.client.http
Fields in com.google.api.client.http declared as ClassInfo Modifier and Type Field Description (package private) ClassInfoHttpHeaders.ParseHeaderState. classInfoClassInfo of the HttpHeaders. -
Uses of ClassInfo in com.google.api.client.util
Fields in com.google.api.client.util declared as ClassInfo Modifier and Type Field Description (package private) ClassInfoDataMap. classInfoObject's class info.(package private) ClassInfoGenericData. classInfoClass information.Fields in com.google.api.client.util with type parameters of type ClassInfo Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.Class<?>,ClassInfo>ClassInfo. CACHEClass information cache, with case-sensitive field names.private static java.util.concurrent.ConcurrentMap<java.lang.Class<?>,ClassInfo>ClassInfo. CACHE_IGNORE_CASEClass information cache, with case-insensitive fields names.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(java.lang.Class<?> underlyingClass)Returns the class information for the given underlying class.static ClassInfoClassInfo. of(java.lang.Class<?> underlyingClass, boolean ignoreCase)Returns the class information for the given underlying class.
-