Class GenericRunnerCompiler<C extends Annotation,T,I>
java.lang.Object
tech.illuin.pipeline.builder.runner_compiler.GenericRunnerCompiler<C,T,I>
- All Implemented Interfaces:
RunnerCompiler<C,
T, I>
public class GenericRunnerCompiler<C extends Annotation,T,I>
extends Object
implements RunnerCompiler<C,T,I>
- Author:
- Pierre Lecerf ([email protected])
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
-
Constructor Summary
ConstructorsConstructorDescriptionGenericRunnerCompiler
(Class<C> configType, MethodArgumentResolver<T, I> argumentResolver) GenericRunnerCompiler
(Class<C> configType, MethodArgumentResolver<T, I> argumentResolver, MethodValidator methodValidator) -
Method Summary
-
Constructor Details
-
GenericRunnerCompiler
-
GenericRunnerCompiler
public GenericRunnerCompiler(Class<C> configType, MethodArgumentResolver<T, I> argumentResolver, MethodValidator methodValidator)
-
-
Method Details
-
compile
- Specified by:
compile
in interfaceRunnerCompiler<C extends Annotation,
T, I>
-