类 StepContext

  • 所有已实现的接口:
    org.springframework.core.AttributeAccessor

    public class StepContext
    extends SynchronizedAttributeAccessor
    A context object that can be used to interrogate the current StepExecution and some of its associated properties using expressions based on bean paths. Has public getters for the step execution and convenience methods for accessing commonly used properties like the ExecutionContext associated with the step or its enclosing job execution.
    作者:
    Dave Syer, Michael Minella, Mahmoud Ben Hassine