Class JobParameterExecutionContextCopyListener

java.lang.Object
org.springframework.batch.core.listener.JobParameterExecutionContextCopyListener
All Implemented Interfaces:
StepExecutionListener, StepListener

public class JobParameterExecutionContextCopyListener extends Object implements StepExecutionListener
This class can be used to automatically copy items from the JobParameters to the Step ExecutionContext. A list of keys should be provided that correspond to the items in the Step ExecutionContext that should be copied.
Since:
2.0
Author:
Dave Syer, Mahmoud Ben Hassine
  • Constructor Details

    • JobParameterExecutionContextCopyListener

      public JobParameterExecutionContextCopyListener()
  • Method Details