程序包org.springframework.batch.core.scope的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.batch.core.scope.BatchScopeSupport (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered, org.springframework.beans.factory.config.Scope)
      • org.springframework.batch.core.scope.JobScope
      • org.springframework.batch.core.scope.StepScope
    • org.springframework.beans.factory.config.BeanDefinitionVisitor