| Modifier and Type | Method and Description |
|---|---|
ThriftCodec<?> |
ThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager,
ThriftStructMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
ThriftCodec<?> |
CompilerThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager,
ThriftStructMetadata metadata) |
| Constructor and Description |
|---|
ThriftCodecByteCodeGenerator(ThriftCodecManager codecManager,
ThriftStructMetadata metadata,
com.facebook.airlift.bytecode.DynamicClassLoader classLoader,
boolean debug) |
| Modifier and Type | Field and Description |
|---|---|
protected ThriftStructMetadata |
AbstractReflectionThriftCodec.metadata |
| Modifier and Type | Method and Description |
|---|---|
ThriftCodec<?> |
ReflectionThriftCodecFactory.generateThriftTypeCodec(ThriftCodecManager codecManager,
ThriftStructMetadata metadata) |
| Constructor and Description |
|---|
AbstractReflectionThriftCodec(ThriftCodecManager manager,
ThriftStructMetadata metadata) |
ReflectionThriftStructCodec(ThriftCodecManager manager,
ThriftStructMetadata metadata) |
ReflectionThriftUnionCodec(ThriftCodecManager manager,
ThriftStructMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
ThriftStructMetadata |
ThriftUnionMetadataBuilder.build() |
ThriftStructMetadata |
ThriftStructMetadataBuilder.build() |
abstract ThriftStructMetadata |
AbstractThriftMetadataBuilder.build() |
ThriftStructMetadata |
ThriftType.getStructMetadata() |
<T> ThriftStructMetadata |
ThriftCatalog.getThriftStructMetadata(Type structType)
Gets the ThriftStructMetadata for the specified struct class.
|
| Modifier and Type | Method and Description |
|---|---|
static ThriftType |
ThriftType.struct(ThriftStructMetadata structMetadata) |
Copyright © 2012–2024. All rights reserved.