Uses of Class
org.springframework.batch.core.step.builder.AbstractTaskletStepBuilder
Packages that use AbstractTaskletStepBuilder
Package
Description
Parsers for XML based configuration
Step level builders for java based job configuration.
Components for remote chunking.
-
Uses of AbstractTaskletStepBuilder in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type AbstractTaskletStepBuilderModifier and TypeMethodDescriptionprotected void
StepParserStepFactoryBean.enhanceTaskletStepBuilder
(AbstractTaskletStepBuilder<?> builder) Set the state of theAbstractTaskletStepBuilder
using the values that were established for the factory bean. -
Uses of AbstractTaskletStepBuilder in org.springframework.batch.core.step.builder
Classes in org.springframework.batch.core.step.builder with type parameters of type AbstractTaskletStepBuilderModifier and TypeClassDescriptionclass
AbstractTaskletStepBuilder<B extends AbstractTaskletStepBuilder<B>>
Base class for step builders that want to build aTaskletStep
.Subclasses of AbstractTaskletStepBuilder in org.springframework.batch.core.step.builderModifier and TypeClassDescriptionclass
A step builder for fully fault tolerant chunk-oriented item processing steps.class
SimpleStepBuilder<I,
O> Step builder for simple item processing (chunk oriented) steps.class
Builder for tasklet step based on a custom tasklet (not item oriented).Constructors in org.springframework.batch.core.step.builder with parameters of type AbstractTaskletStepBuilderModifierConstructorDescriptionCreate a new builder initialized with any properties in the parent. -
Uses of AbstractTaskletStepBuilder in org.springframework.batch.integration.chunk
Subclasses of AbstractTaskletStepBuilder in org.springframework.batch.integration.chunkModifier and TypeClassDescriptionclass
Builder for a manager step in a remote chunking setup.