public class ThriftMetadata
extends java.lang.Object
ThriftMetadata.ThriftPrimitive,
ThriftMetadata.ThriftList, etc.
This class is mainly used by TDeserializer.
| Modifier and Type | Class and Description |
|---|---|
static class |
ThriftMetadata.ThriftContainer
Metadata of container like objects: list, set, map
|
static class |
ThriftMetadata.ThriftEnum |
static class |
ThriftMetadata.ThriftList |
static class |
ThriftMetadata.ThriftMap |
static class |
ThriftMetadata.ThriftObject
Base class of field types that can be partially deserialized.
|
static class |
ThriftMetadata.ThriftPrimitive
Metadata about primitive types.
|
static class |
ThriftMetadata.ThriftSet |
static class |
ThriftMetadata.ThriftStruct<U extends TBase>
Metadata of a Thrift struct.
|
static class |
ThriftMetadata.ThriftStructBase<U extends TBase>
Base class for metadata of ThriftStruct and ThriftUnion.
|
static class |
ThriftMetadata.ThriftUnion<U extends TBase>
Metadata of a Thrift union.
|
| Constructor and Description |
|---|
ThriftMetadata() |