类 StepFactoryBean<I,​O>

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<Step>

    public class StepFactoryBean<I,​O>
    extends StepParserStepFactoryBean<I,​O>
    This FactoryBean is used by the JSR-352 namespace parser to create Step objects. It stores all of the properties that are configurable on the <step/>.
    从以下版本开始:
    3.0
    作者:
    Michael Minella, Chris Schaefer