| Package | Description |
|---|---|
| io.airlift.drift.codec.internal.coercion | |
| io.airlift.drift.codec.metadata |
| Constructor and Description |
|---|
CoercionThriftCodec(ThriftCodec<?> codec,
TypeCoercion typeCoercion) |
| Modifier and Type | Method and Description |
|---|---|
TypeCoercion |
ThriftCatalog.getDefaultCoercion(Type type)
Gets the default TypeCoercion (and associated ThriftType) for the specified Java type.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TypeCoercion> |
ThriftFieldMetadata.getCoercion() |
| Constructor and Description |
|---|
ThriftFieldMetadata(short id,
boolean isLegacyId,
boolean isRecursiveReference,
ThriftField.Requiredness requiredness,
Map<String,String> idlAnnotations,
ThriftTypeReference thriftTypeReference,
String name,
FieldKind fieldKind,
List<ThriftInjection> injections,
Optional<ThriftConstructorInjection> constructorInjection,
Optional<ThriftMethodInjection> methodInjection,
Optional<ThriftExtraction> extraction,
Optional<TypeCoercion> coercion) |
Copyright © 2012–2019. All rights reserved.