Uses of Class
com.google.api.client.util.ClassInfo
Packages that use ClassInfo
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
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 -
Uses of ClassInfo in com.google.api.client.util
Fields in com.google.api.client.util declared as ClassInfoModifier and TypeFieldDescription(package private) final ClassInfo
DataMap.classInfo
Object's class info.(package private) final ClassInfo
GenericData.classInfo
Class information.Fields in com.google.api.client.util with type parameters of type ClassInfoModifier and TypeFieldDescriptionprivate static final ConcurrentMap
<Class<?>, ClassInfo> ClassInfo.CACHE
Class information cache, with case-sensitive field names.private static final ConcurrentMap
<Class<?>, ClassInfo> ClassInfo.CACHE_IGNORE_CASE
Class information cache, with case-insensitive fields names.Methods in com.google.api.client.util that return ClassInfoModifier and TypeMethodDescriptionFieldInfo.getClassInfo()
Returns the class information of the field's declaring class.final ClassInfo
GenericData.getClassInfo()
Returns the class information.static ClassInfo
Returns the class information for the given underlying class.static ClassInfo
Returns the class information for the given underlying class.