Class | Description |
---|---|
BeanIOFlatFileItemReader<T> |
A Spring Batch item reader that uses a BeanIO stream mapping file to read items
from a flat file.
|
BeanIOFlatFileItemWriter<T> |
A Spring Batch item writer that uses a BeanIO stream mapping file to write items
to a flat file.
|
BeanIOStreamFactory |
A Spring factory bean for creating shared
StreamFactory instances for
BeanIO item readers and writers. |