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) ClassInfo
HttpHeaders.ParseHeaderState. classInfo
ClassInfo 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) ClassInfo
DataMap. classInfo
Object's class info.(package private) ClassInfo
GenericData. classInfo
Class 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. CACHE
Class information cache, with case-sensitive field names.private static java.util.concurrent.ConcurrentMap<java.lang.Class<?>,ClassInfo>
ClassInfo. CACHE_IGNORE_CASE
Class information cache, with case-insensitive fields names.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(java.lang.Class<?> underlyingClass)
Returns the class information for the given underlying class.static ClassInfo
ClassInfo. of(java.lang.Class<?> underlyingClass, boolean ignoreCase)
Returns the class information for the given underlying class.
-