|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractItemCountingItemStreamItemReader<T> | Abstract superclass for ItemReader s that supports restart by storing
item count in the ExecutionContext (therefore requires item ordering
to be preserved between runs). |
AbstractItemStreamItemReader<T> | Base class for ItemReader implementations. |
AbstractItemStreamItemWriter<T> | Base class for ItemWriter implementations. |
ClassifierCompositeItemWriter<T> | Calls one of a collection of ItemWriters for each item, based on a router
pattern implemented through the provided Classifier . |
CompositeItemProcessor<I,O> | Composite ItemProcessor that passes the item through a sequence of
injected ItemTransformer s (return value of previous
transformation is the entry value of the next). |
CompositeItemStream | Simple ItemStream that delegates to a list of other streams. |
CompositeItemWriter<T> | Calls a collection of ItemWriter s in fixed-order sequence. |
IteratorItemReader<T> | An ItemReader that pulls data from a Iterator or
Iterable using the constructors. |
ListItemReader<T> | An ItemReader that pulls data from a list. |
PassThroughItemProcessor<T> | Simple ItemProcessor that does nothing - simply passes its argument
through to the caller. |
SingleItemPeekableItemReader<T> |
A PeekableItemReader that allows the user to peek one item ahead. |
Internal support package
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |