Uses of Class
io.airlift.drift.codec.metadata.ThriftParameterInjection
Packages that use ThriftParameterInjection
-
Uses of ThriftParameterInjection in io.airlift.drift.codec.metadata
Methods in io.airlift.drift.codec.metadata that return types with arguments of type ThriftParameterInjectionModifier and TypeMethodDescriptionprotected static List<ThriftParameterInjection>AbstractThriftMetadataBuilder.buildParameterInjections(List<io.airlift.drift.codec.metadata.ParameterInjection> parameters) ThriftConstructorInjection.getParameters()ThriftMethodInjection.getParameters()Constructors in io.airlift.drift.codec.metadata with parameters of type ThriftParameterInjectionModifierConstructorDescriptionThriftConstructorInjection(Constructor<?> constructor, ThriftParameterInjection... parameters) ThriftMethodInjection(Method method, ThriftParameterInjection... parameters) Constructor parameters in io.airlift.drift.codec.metadata with type arguments of type ThriftParameterInjectionModifierConstructorDescriptionThriftConstructorInjection(Constructor<?> constructor, List<ThriftParameterInjection> parameters) ThriftMethodInjection(Method method, List<ThriftParameterInjection> parameters)