Uses of Class
org.springframework.batch.core.step.builder.StepBuilderHelper
Packages that use StepBuilderHelper
Package
Description
Parsers for XML based configuration
Step level builders for java based job configuration.
-
Uses of StepBuilderHelper in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type StepBuilderHelperModifier and TypeMethodDescriptionprotected voidStepParserStepFactoryBean.enhanceCommonStep(StepBuilderHelper<?> builder) Enhances a step with attributes from the providedStepBuilderHelper. -
Uses of StepBuilderHelper in org.springframework.batch.core.step.builder
Classes in org.springframework.batch.core.step.builder with type parameters of type StepBuilderHelperModifier and TypeClassDescriptionclassStepBuilderHelper<B extends StepBuilderHelper<B>>A base class and utility for other step builders providing access to common properties like job repository and listeners.Subclasses of StepBuilderHelper in org.springframework.batch.core.step.builderModifier and TypeClassDescriptionclassAbstractTaskletStepBuilder<B extends AbstractTaskletStepBuilder<B>>Base class for step builders that want to build aTaskletStep.classA step builder for fully fault tolerant chunk-oriented item processing steps.classA step builder forFlowStepinstances.classA step builder forJobStepinstances.classStep builder forPartitionStepinstances.classSimpleStepBuilder<I,O> Step builder for simple item processing (chunk oriented) steps.classConvenient entry point for building all kinds of steps.classBuilder for tasklet step based on a custom tasklet (not item oriented).Constructors in org.springframework.batch.core.step.builder with parameters of type StepBuilderHelperModifierConstructorDescriptionAbstractTaskletStepBuilder(StepBuilderHelper<?> parent) FaultTolerantStepBuilder(StepBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.FlowStepBuilder(StepBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.JobStepBuilder(StepBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.PartitionStepBuilder(StepBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.SimpleStepBuilder(StepBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.protectedStepBuilderHelper(StepBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.TaskletStepBuilder(StepBuilderHelper<?> parent) Create a new builder initialized with any properties in the parent.