Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.item.support Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AbstractItemCountingItemStreamItemReaderAbstract superclass for ItemReaders that supports restart by storingitem count in the ExecutionContext (therefore requires item orderingClassorg.springframework.batch.item.supportSpring Batch
AbstractItemStreamItemReaderBase class for ItemReader implementations.Classorg.springframework.batch.item.supportSpring Batch
AbstractItemStreamItemWriterBase class for ItemWriter implementations.Classorg.springframework.batch.item.supportSpring Batch
ClassifierCompositeItemProcessorCalls one of a collection of ItemProcessors, based on a routerpattern implemented through the provided Classifier.Classorg.springframework.batch.item.supportSpring Batch
ClassifierCompositeItemWriterCalls one of a collection of ItemWriters for each item, based on a routerpattern implemented through the provided Classifier.Classorg.springframework.batch.item.supportSpring Batch
CompositeItemProcessorComposite ItemProcessor that passes the item through a sequence ofinjected ItemTransformers (return value of previousClassorg.springframework.batch.item.supportSpring Batch
CompositeItemStreamSimple ItemStream that delegates to a list of other streams.Classorg.springframework.batch.item.supportSpring Batch
CompositeItemWriterCalls a collection of ItemWriters in fixed-order sequence.Classorg.springframework.batch.item.supportSpring Batch
IteratorItemReaderAn ItemReader that pulls data from a Iterator orIterable using the constructors.Classorg.springframework.batch.item.supportSpring Batch
ListItemReaderAn ItemReader that pulls data from a list.Classorg.springframework.batch.item.supportSpring Batch
ListItemWriterClassorg.springframework.batch.item.supportSpring Batch
PassThroughItemProcessorSimple ItemProcessor that does nothing - simply passes its argumentthrough to the caller.Classorg.springframework.batch.item.supportSpring Batch
ScriptItemProcessorItemProcessor implementation that passes the currentitem to process to the provided script.Classorg.springframework.batch.item.supportSpring Batch
SingleItemPeekableItemReaderA PeekableItemReader that allows the user to peek one item ahead.Classorg.springframework.batch.item.supportSpring Batch
SynchronizedItemStreamReaderThis is a simple ItemStreamReader decorator with a synchronized ItemReader.Classorg.springframework.batch.item.supportSpring Batch