Uses of Enum Class
io.airlift.drift.codec.metadata.ThriftStructMetadata.MetadataType
Packages that use ThriftStructMetadata.MetadataType
-
Uses of ThriftStructMetadata.MetadataType in io.airlift.drift.codec.metadata
Methods in io.airlift.drift.codec.metadata that return ThriftStructMetadata.MetadataTypeModifier and TypeMethodDescriptionThriftStructMetadata.getMetadataType()Returns the enum constant of this class with the specified name.static ThriftStructMetadata.MetadataType[]ThriftStructMetadata.MetadataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.airlift.drift.codec.metadata with parameters of type ThriftStructMetadata.MetadataTypeModifierConstructorDescriptionThriftStructMetadata(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)