| Package | Description |
|---|---|
| com.facebook.drift.codec | |
| com.facebook.drift.codec.internal.builtin | |
| com.facebook.drift.codec.metadata |
| Modifier and Type | Method and Description |
|---|---|
ThriftCatalog |
ThriftCodecManager.getCatalog() |
| Constructor and Description |
|---|
ThriftCodecManager(ThriftCatalog catalog) |
ThriftCodecManager(ThriftCodecFactory factory,
ThriftCatalog catalog,
Set<ThriftCodec<?>> codecs) |
| Constructor and Description |
|---|
UriThriftCodec(ThriftCatalog thriftCatalog) |
| Modifier and Type | Field and Description |
|---|---|
protected ThriftCatalog |
AbstractThriftMetadataBuilder.catalog |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractThriftMetadataBuilder.normalizeThriftFields(ThriftCatalog catalog) |
protected void |
AbstractThriftMetadataBuilder.verifyFieldType(short id,
String name,
Collection<com.facebook.drift.codec.metadata.FieldMetadata> fields,
ThriftCatalog catalog)
Verifies that the the fields all have a supported Java type and that all fields map to the
exact same ThriftType.
|
| Constructor and Description |
|---|
AbstractThriftMetadataBuilder(ThriftCatalog catalog,
Type structType) |
RecursiveThriftTypeReference(ThriftCatalog catalog,
Type javaType) |
ThriftMethodMetadata(Method method,
ThriftCatalog catalog) |
ThriftServiceMetadata(Class<?> serviceClass,
ThriftCatalog catalog) |
ThriftStructMetadataBuilder(ThriftCatalog catalog,
Type structType) |
ThriftUnionMetadataBuilder(ThriftCatalog catalog,
Type structType) |
Copyright © 2012–2024. All rights reserved.