Uses of Interface
tech.illuin.pipeline.builder.runner_compiler.MethodValidator
Packages that use MethodValidator
Package
Description
-
Uses of MethodValidator in tech.illuin.pipeline.builder
Constructor parameters in tech.illuin.pipeline.builder with type arguments of type MethodValidatorModifierConstructorDescriptionprotectedComponentBuilder(Class<CC> configType, MethodArgumentResolver<T, I> methodArgumentResolver, List<MethodValidator> methodValidators) -
Uses of MethodValidator in tech.illuin.pipeline.builder.runner_compiler
Constructor parameters in tech.illuin.pipeline.builder.runner_compiler with type arguments of type MethodValidatorModifierConstructorDescriptionGenericRunnerCompiler(Class<C> configType, MethodArgumentResolver<T, I> argumentResolver, List<MethodValidator> additionalValidators) -
Uses of MethodValidator in tech.illuin.pipeline.input.initializer.builder
Fields in tech.illuin.pipeline.input.initializer.builder with type parameters of type MethodValidatorModifier and TypeFieldDescriptionstatic final List<MethodValidator>InitializerMethodValidators.validators -
Uses of MethodValidator in tech.illuin.pipeline.sink.builder
Fields in tech.illuin.pipeline.sink.builder with type parameters of type MethodValidatorModifier and TypeFieldDescriptionstatic final List<MethodValidator>SinkMethodValidators.validators -
Uses of MethodValidator in tech.illuin.pipeline.step.builder
Fields in tech.illuin.pipeline.step.builder with type parameters of type MethodValidatorModifier and TypeFieldDescriptionstatic final List<MethodValidator>StepMethodValidators.validators