Package | Description |
---|---|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.item.file.mapping |
Infrastructure implementations of io file support mapping concerns.
|
org.springframework.batch.item.xml |
Infrastructure implementations of xml input and output.
|
org.springframework.batch.sample.support |
Class and Description |
---|
BufferedReaderFactory
A factory strategy for custom extensions of
BufferedReader allowing
customisation of the standard behaviour of the java.io variety. |
FlatFileFooterCallback
Callback interface for writing a footer to a file.
|
FlatFileHeaderCallback
Callback interface for writing to a header to a file.
|
LineCallbackHandler
Callback interface for handling a line from file.
|
LineMapper
Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects
on a per line basis.
|
ResourceAwareItemReaderItemStream |
ResourceAwareItemWriterItemStream |
ResourceSuffixCreator
Strategy interface for translating resource index into unique filename
suffix.
|
Class and Description |
---|
LineMapper
Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects
on a per line basis.
|
Class and Description |
---|
ResourceAwareItemReaderItemStream |
ResourceAwareItemWriterItemStream |
Class and Description |
---|
FlatFileFooterCallback
Callback interface for writing a footer to a file.
|
FlatFileHeaderCallback
Callback interface for writing to a header to a file.
|
LineCallbackHandler
Callback interface for handling a line from file.
|
Copyright © 2014 Pivotal. All rights reserved.