Uses of Class
io.airlift.drift.codec.metadata.ThriftConstructorInjection
Packages that use ThriftConstructorInjection
-
Uses of ThriftConstructorInjection in io.airlift.drift.codec.metadata
Methods in io.airlift.drift.codec.metadata that return types with arguments of type ThriftConstructorInjectionModifier and TypeMethodDescriptionThriftFieldMetadata.getConstructorInjection()ThriftStructMetadata.getConstructorInjection()Constructor parameters in io.airlift.drift.codec.metadata with type arguments of type ThriftConstructorInjectionModifierConstructorDescriptionThriftFieldMetadata(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)