Uses of Class
io.airlift.drift.codec.metadata.ThriftMethodInjection
Packages that use ThriftMethodInjection
-
Uses of ThriftMethodInjection in io.airlift.drift.codec.metadata
Methods in io.airlift.drift.codec.metadata that return ThriftMethodInjectionModifier and TypeMethodDescriptionprotected final ThriftMethodInjectionAbstractThriftMetadataBuilder.buildBuilderConstructorInjections()Methods in io.airlift.drift.codec.metadata that return types with arguments of type ThriftMethodInjectionModifier and TypeMethodDescriptionprotected final List<ThriftMethodInjection>AbstractThriftMetadataBuilder.buildMethodInjections()ThriftStructMetadata.getBuilderMethod()ThriftFieldMetadata.getMethodInjection()ThriftStructMetadata.getMethodInjections()Constructor parameters in io.airlift.drift.codec.metadata with type arguments of type ThriftMethodInjectionModifierConstructorDescriptionThriftStructMetadata(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)