| Name | Description | Type | Package | Framework |
| ObjectInspector | ObjectInspector helps us to look into the internal structure of a complex A (probably configured) ObjectInspector instance stands for a specific type | Interface | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
| ObjectInspector .Category | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector | Apache Hive | |
| ObjectInspectorConverters | ObjectInspectorConverters. | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
| ObjectInspectorConverters .Converter | A converter which will convert objects with one ObjectInspector to another. | Interface | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
| ObjectInspectorConverters .IdentityConverter | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive | |
| ObjectInspectorConverters .ListConverter | A converter class for List. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
| ObjectInspectorConverters .MapConverter | A converter class for Map. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
| ObjectInspectorConverters .StructConverter | A converter class for Struct. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
| ObjectInspectorConverters .UnionConverter | A converter class for Union. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters | Apache Hive |
| ObjectInspectorFactory | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
| ObjectInspectorFactory .ObjectInspectorOptions | ObjectInspectorOptions describes what ObjectInspector to use. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory | Apache Hive |
| ObjectInspectorUtils | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.objectinspector | Apache Hive |
| ObjectInspectorUtils .ObjectInspectorCopyOption | This enum controls how we copy primitive objects. | Class | org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils | Apache Hive |