[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-13 UTC."],[],[],null,["# Class ClassInfo (2.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0 (latest)](/java/docs/reference/google-http-client/latest/com.google.api.client.util.ClassInfo)\n- [1.47.1](/java/docs/reference/google-http-client/1.47.1/com.google.api.client.util.ClassInfo)\n- [1.46.3](/java/docs/reference/google-http-client/1.46.3/com.google.api.client.util.ClassInfo)\n- [1.45.3](/java/docs/reference/google-http-client/1.45.3/com.google.api.client.util.ClassInfo)\n- [1.44.2](/java/docs/reference/google-http-client/1.44.2/com.google.api.client.util.ClassInfo)\n- [1.43.2](/java/docs/reference/google-http-client/1.43.2/com.google.api.client.util.ClassInfo)\n- [1.42.3](/java/docs/reference/google-http-client/1.42.3/com.google.api.client.util.ClassInfo)\n- [1.41.8](/java/docs/reference/google-http-client/1.41.8/com.google.api.client.util.ClassInfo) \n\n public final class ClassInfo\n\nComputes class information to determine data key name/value pairs associated with the class.\n\nImplementation is thread-safe. \n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e ClassInfo \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nStatic Methods\n--------------\n\n### of(Class\\\u003c?\\\u003e underlyingClass)\n\n public static ClassInfo of(Class\u003c?\u003e underlyingClass)\n\nReturns the class information for the given underlying class.\n\n### of(Class\\\u003c?\\\u003e underlyingClass, boolean ignoreCase)\n\n public static ClassInfo of(Class\u003c?\u003e underlyingClass, boolean ignoreCase)\n\nReturns the class information for the given underlying class.\n\nMethods\n-------\n\n### getField(String name)\n\n public Field getField(String name)\n\nReturns the field for the given [FieldInfo#getName()](/java/docs/reference/google-http-client/latest/com.google.api.client.util.FieldInfo#com_google_api_client_util_FieldInfo_getName__).\n\n### getFieldInfo(String name)\n\n public FieldInfo getFieldInfo(String name)\n\nReturns the information for the given [FieldInfo#getName()](/java/docs/reference/google-http-client/latest/com.google.api.client.util.FieldInfo#com_google_api_client_util_FieldInfo_getName__).\n\n### getFieldInfos()\n\n public Collection\u003cFieldInfo\u003e getFieldInfos()\n\nReturns an unmodifiable collection of the `FieldInfo`s for this class, without any\nguarantee of order.\n\nIf you need sorted order, instead use [#getNames()](/java/docs/reference/google-http-client/latest/com.google.api.client.util.ClassInfo#com_google_api_client_util_ClassInfo_getNames__) with [#getFieldInfo(String)](/java/docs/reference/google-http-client/latest/com.google.api.client.util.ClassInfo#com_google_api_client_util_ClassInfo_getFieldInfo_java_lang_String_).\n\n### getIgnoreCase()\n\n public final boolean getIgnoreCase()\n\nReturns whether field names are case sensitive.\n\n### getNames()\n\n public Collection\u003cString\u003e getNames()\n\nReturns an unmodifiable sorted set (with any possible `null` member first) of [names](/java/docs/reference/google-http-client/latest/com.google.api.client.util.FieldInfo#com_google_api_client_util_FieldInfo_getName__).\n\n### getUnderlyingClass()\n\n public Class\u003c?\u003e getUnderlyingClass()\n\nReturns the underlying class.\n\n### isEnum()\n\n public boolean isEnum()\n\nReturns the underlying class is an enum."]]