| Package | Description |
|---|---|
| io.airlift.drift.codec.metadata |
| Modifier and Type | Method and Description |
|---|---|
ThriftStructMetadata.MetadataType |
ThriftStructMetadata.getMetadataType() |
static ThriftStructMetadata.MetadataType |
ThriftStructMetadata.MetadataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftStructMetadata.MetadataType[] |
ThriftStructMetadata.MetadataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ThriftStructMetadata(String structName,
Map<String,String> idlAnnotations,
Type structType,
Type builderType,
ThriftStructMetadata.MetadataType metadataType,
Optional<ThriftMethodInjection> builderMethod,
List<String> documentation,
List<ThriftFieldMetadata> fields,
Optional<ThriftConstructorInjection> constructorInjection,
List<ThriftMethodInjection> methodInjections) |
Copyright © 2012–2018. All rights reserved.