Package org.springframework.batch.core.step.job
@NonNullApi
package org.springframework.batch.core.step.job
JobStep and related components.- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionSimple implementation of
JobParametersExtractorwhich pulls parameters with named keys out of the step execution context and the job parameters of the surrounding job.Strategy interface for translating aStepExecutionintoJobParameters.