| Package | Description |
|---|---|
| io.airlift.drift.codec | |
| io.airlift.drift.codec.internal | |
| io.airlift.drift.codec.internal.compiler | |
| io.airlift.drift.codec.internal.reflection |
| Constructor and Description |
|---|
DelegateCodec(ThriftCodecManager codecManager,
Type javaType) |
| 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,
io.airlift.bytecode.DynamicClassLoader classLoader,
boolean debug) |
| 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) |
Copyright © 2012–2019. All rights reserved.