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

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.batch.core.step.AbstractStep (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.batch.core.Step)
      • org.springframework.batch.core.step.job.JobStep
    • org.springframework.batch.core.step.job.DefaultJobParametersExtractor (implements org.springframework.batch.core.step.job.JobParametersExtractor)

接口分层结构