Class Hierarchy
- java.lang.Object
- org.springframework.batch.infrastructure.item.Chunk<W> (implements java.lang.Iterable<T>, java.io.Serializable)
- org.springframework.batch.infrastructure.item.Chunk.ChunkIterator (implements java.util.Iterator<E>)
- org.springframework.batch.infrastructure.item.ExecutionContext (implements java.io.Serializable)
- org.springframework.batch.infrastructure.item.ItemStreamSupport (implements org.springframework.beans.factory.BeanNameAware, org.springframework.batch.infrastructure.item.ItemStream)
- org.springframework.batch.infrastructure.item.KeyValueItemWriter<K,V> (implements org.springframework.beans.factory.InitializingBean, org.springframework.batch.infrastructure.item.ItemWriter<T>)
- org.springframework.batch.infrastructure.item.SkipWrapper<T>
- org.springframework.batch.infrastructure.item.SpELItemKeyMapper<K,V> (implements org.springframework.core.convert.converter.Converter<S,T>)
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- org.springframework.batch.infrastructure.item.ItemCountAware
- org.springframework.batch.infrastructure.item.ItemProcessor<I,O>
- org.springframework.batch.infrastructure.item.ItemReader<T>
- org.springframework.batch.infrastructure.item.ItemStream
- org.springframework.batch.infrastructure.item.ItemStreamReader<T> (also extends org.springframework.batch.infrastructure.item.ItemReader<T>)
- org.springframework.batch.infrastructure.item.ItemStreamWriter<T> (also extends org.springframework.batch.infrastructure.item.ItemWriter<T>)
- org.springframework.batch.infrastructure.item.ItemWriter<T>
- org.springframework.batch.infrastructure.item.ItemStreamWriter<T> (also extends org.springframework.batch.infrastructure.item.ItemStream)
- org.springframework.batch.infrastructure.item.ResourceAware