Class StepBuilder<T extends Indexable,I>
java.lang.Object
tech.illuin.pipeline.builder.ComponentBuilder<T,I,StepDescriptor<T,I>,StepConfig>
tech.illuin.pipeline.step.builder.StepBuilder<T,I>
public class StepBuilder<T extends Indexable,I>
extends ComponentBuilder<T,I,StepDescriptor<T,I>,StepConfig>
- Author:
- Pierre Lecerf ([email protected])
-
Field Summary
Fields inherited from class tech.illuin.pipeline.builder.ComponentBuilder
compiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StepDescriptor<T,
I> build()
protected void
protected void
fillFromAnnotation
(StepConfig annotation) setPinned
(boolean pin) step
(IndexableStep<? extends T> step) step
(PayloadStep step) withCondition
(Class<? extends Indexable> typeCondition) withCondition
(StepCondition predicate) withErrorHandler
(StepErrorHandler errorHandler) withEvaluation
(ResultEvaluator evaluator) withWrapper
(StepWrapper<T, I> wrapper) Methods inherited from class tech.illuin.pipeline.builder.ComponentBuilder
checkAnnotation
-
Constructor Details
-
StepBuilder
public StepBuilder()
-
-
Method Details
-
fillFromAnnotation
- Specified by:
fillFromAnnotation
in classComponentBuilder<T extends Indexable,
I, StepDescriptor<T extends Indexable, I>, StepConfig>
-
fillDefaults
protected void fillDefaults()- Specified by:
fillDefaults
in classComponentBuilder<T extends Indexable,
I, StepDescriptor<T extends Indexable, I>, StepConfig>
-
step
-
step
-
step
-
step
-
step
-
withId
-
withWrapper
-
withCondition
-
withCondition
-
withEvaluation
-
withErrorHandler
-
setPinned
-
build
- Specified by:
build
in classComponentBuilder<T extends Indexable,
I, StepDescriptor<T extends Indexable, I>, StepConfig>
-