Summer.Batch.Infrastructure.Item.Support Namespace Reference

Classes

class  AbstractItemCountingItemStreamItemReader
 Abstract superclass for IItemReaders that supports restart by storing item count in the execution context and therefore requires item ordering to be preserved between runs. More...
 
class  AbstractItemStreamItemReader
 Base class for T:IItemReader implementations. More...
 
class  AbstractItemStreamItemWriter
 Base class for ItemWriter implementations. More...
 
class  CompositeItemStream
 Simple IITemStream that delegates to a list of other streams. More...
 
class  CompositeItemWriter
 Calls a collection of IItemWriter. Delegate writers are kept in an ordered collection. Thread-safe, provided delegates are thread-safe as well. More...
 
class  ListItemReader
 Simple item reader that pulls its data from a supplied list. More...
 
class  ListItemWriter
 Simple item writer that populates a List with the elements to be written. More...