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

程序包分层结构:

类分层结构

接口分层结构

  • org.springframework.core.serializer.Deserializer<T>
    • org.springframework.batch.core.repository.ExecutionContextSerializer (并 extends org.springframework.core.serializer.Serializer<T>)
  • org.springframework.batch.core.repository.JobRepository
  • org.springframework.core.serializer.Serializer<T>
    • org.springframework.batch.core.repository.ExecutionContextSerializer (并 extends org.springframework.core.serializer.Deserializer<T>)