Uses of Interface
org.springframework.batch.core.step.job.JobParametersExtractor
Packages that use JobParametersExtractor
Package
Description
Parsers for XML based configuration
Step level builders for java based job configuration.
JobStep and related components.-
Uses of JobParametersExtractor in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type JobParametersExtractorModifier and TypeMethodDescriptionvoidStepParserStepFactoryBean.setJobParametersExtractor(JobParametersExtractor jobParametersExtractor) -
Uses of JobParametersExtractor in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder with parameters of type JobParametersExtractorModifier and TypeMethodDescriptionJobStepBuilder.parametersExtractor(JobParametersExtractor jobParametersExtractor) Provide a job parameters extractor. -
Uses of JobParametersExtractor in org.springframework.batch.core.step.job
Classes in org.springframework.batch.core.step.job that implement JobParametersExtractorModifier and TypeClassDescriptionclassSimple implementation ofJobParametersExtractorwhich pulls parameters with named keys out of the step execution context and the job parameters of the surrounding job.Methods in org.springframework.batch.core.step.job with parameters of type JobParametersExtractorModifier and TypeMethodDescriptionvoidJobStep.setJobParametersExtractor(JobParametersExtractor jobParametersExtractor) TheJobParametersExtractoris used to extractJobParametersExtractorfrom theStepExecutionto run theJob.