Package | Description |
---|---|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.item.xml |
Infrastructure implementations of xml input and output.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatFileItemReader<T>
Restartable
ItemReader that reads lines from input FlatFileItemReader.setResource(Resource) . |
Modifier and Type | Method and Description |
---|---|
void |
MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream<? extends T> delegate) |
Modifier and Type | Class and Description |
---|---|
class |
StaxEventItemReader<T>
Item reader for reading XML input based on StAX.
|
Copyright © 2014 Pivotal. All rights reserved.