| Package | Description |
|---|---|
| org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
| org.springframework.batch.item.file.transform |
Infrastructure implementations of io file support transform concerns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlatFileItemWriter.setLineAggregator(LineAggregator<T> lineAggregator)
Public setter for the
LineAggregator. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelimitedLineAggregator<T>
A
LineAggregator implementation that converts an object into a
delimited list of strings. |
class |
ExtractorLineAggregator<T>
An abstract
LineAggregator implementation that utilizes a
FieldExtractor to convert the incoming object to an array of its
parts. |
class |
FormatterLineAggregator<T>
A
LineAggregator implementation which produces a String by
aggregating the provided item via the Formatter syntax. |
class |
PassThroughLineAggregator<T>
A
LineAggregator implementation that simply calls
Object.toString() on the given object |
class |
RecursiveCollectionLineAggregator<T>
An implementation of
LineAggregator that concatenates a collection of
items of a common type with the system line separator. |
| Modifier and Type | Method and Description |
|---|---|
void |
RecursiveCollectionLineAggregator.setDelegate(LineAggregator<T> delegate)
Public setter for the
LineAggregator to use on single items, that
are not Strings. |
Copyright © 2014. All rights reserved.