|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractItemReader | |
---|---|
example | |
org.springframework.batch.item.jms | |
org.springframework.batch.item.support | Internal support package |
org.springframework.batch.item.validator | Infrastructure implementations of item validator concerns. |
Uses of AbstractItemReader in example |
---|
Subclasses of AbstractItemReader in example | |
---|---|
class |
ExampleItemReader
ItemReader with hard-coded input data. |
Uses of AbstractItemReader in org.springframework.batch.item.jms |
---|
Subclasses of AbstractItemReader in org.springframework.batch.item.jms | |
---|---|
class |
JmsItemReader
An ItemReader for JMS using a JmsTemplate . |
Uses of AbstractItemReader in org.springframework.batch.item.support |
---|
Subclasses of AbstractItemReader in org.springframework.batch.item.support | |
---|---|
class |
AggregateItemReader
An ItemReader that delivers a list as its item, storing up objects
from the injected ItemReader until they are ready to be packed out
as a collection. |
class |
DelegatingItemReader
Simple wrapper around ItemReader . |
class |
ListItemReader
An ItemReader that pulls data from a list. |
Uses of AbstractItemReader in org.springframework.batch.item.validator |
---|
Subclasses of AbstractItemReader in org.springframework.batch.item.validator | |
---|---|
class |
ValidatingItemReader
Simple extension of DelegatingItemReader that provides for
validation before returning input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |