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 ClassInfoDataMap.classInfoObject's class info.(package private) final ClassInfoGenericData.classInfoClass information.Fields in com.google.api.client.util with type parameters of type ClassInfoModifier and TypeFieldDescriptionprivate static final ConcurrentMap<Class<?>, ClassInfo> ClassInfo.CACHEClass information cache, with case-sensitive field names.private static final ConcurrentMap<Class<?>, ClassInfo> ClassInfo.CACHE_IGNORE_CASEClass 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 ClassInfoGenericData.getClassInfo()Returns the class information.static ClassInfoReturns the class information for the given underlying class.static ClassInfoReturns the class information for the given underlying class.