类 JsrBeanScopeBeanFactoryPostProcessor

  • 所有已实现的接口:
    org.springframework.beans.factory.config.BeanFactoryPostProcessor

    public class JsrBeanScopeBeanFactoryPostProcessor
    extends java.lang.Object
    implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
    In order for property resolution to occur correctly within the scope of a JSR-352 batch job, initialization of job level artifacts must occur on the same thread that the job is executing. To allow this to occur, PartitionMapper, PartitionReducer, and PartitionAnalyzer are all configured to lazy initialization (equivalent to lazy-init="true").
    从以下版本开始:
    3.0
    作者:
    Michael Minella
    • 方法详细资料

      • postProcessBeanFactory

        public void postProcessBeanFactory​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                                    throws org.springframework.beans.BeansException
        指定者:
        postProcessBeanFactory 在接口中 org.springframework.beans.factory.config.BeanFactoryPostProcessor
        抛出:
        org.springframework.beans.BeansException