Uses of Interface
org.springframework.batch.core.step.job.JobParametersExtractor

Packages that use JobParametersExtractor
org.springframework.batch.core.step.builder   
org.springframework.batch.core.step.job   
 

Uses of JobParametersExtractor in org.springframework.batch.core.step.builder
 

Methods in org.springframework.batch.core.step.builder with parameters of type JobParametersExtractor
 JobStepBuilder JobStepBuilder.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 JobParametersExtractor
 class DefaultJobParametersExtractor
          Simple implementation of JobParametersExtractor which 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 JobParametersExtractor
 void JobStep.setJobParametersExtractor(JobParametersExtractor jobParametersExtractor)
          The JobParametersExtractor is used to extract JobParametersExtractor from the StepExecution to run the Job.
 



Copyright © 2013 SpringSource. All Rights Reserved.