Uses of Enum Class
io.airlift.drift.codec.metadata.FieldKind
Packages that use FieldKind
-
Uses of FieldKind in io.airlift.drift.codec.metadata
Methods in io.airlift.drift.codec.metadata that return FieldKindModifier and TypeMethodDescriptionThriftExtraction.getFieldKind()ThriftFieldExtractor.getFieldKind()ThriftFieldInjection.getFieldKind()ThriftInjection.getFieldKind()ThriftMethodExtractor.getFieldKind()ThriftParameterInjection.getFieldKind()ThriftFieldMetadata.getType()static FieldKindReturns the enum constant of this class with the specified name.static FieldKind[]FieldKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.airlift.drift.codec.metadata with parameters of type FieldKindModifier and TypeMethodDescriptionConstructors in io.airlift.drift.codec.metadata with parameters of type FieldKindModifierConstructorDescriptionThriftFieldExtractor(short fieldId, String fieldName, FieldKind fieldKind, Field field, Type fieldType) ThriftFieldInjection(short id, String name, Field field, FieldKind fieldKind) 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) ThriftMethodExtractor(short fieldId, String fieldName, FieldKind fieldKind, Method method, Type fieldType)