Package | Description |
---|---|
org.springframework.batch.item.file.transform |
Infrastructure implementations of io file support transform concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
DelimitedLineAggregator<T>
A
LineAggregator implementation that converts an object into a
delimited list of strings. |
class |
FormatterLineAggregator<T>
A
LineAggregator implementation which produces a String by
aggregating the provided item via the Formatter syntax. |
Copyright © 2013 SpringSource. All rights reserved.