| Package | Description |
|---|---|
| org.springframework.batch.item.file.transform |
Infrastructure implementations of io file support transform concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanWrapperFieldExtractor<T>
This is a field extractor for a java bean.
|
class |
PassThroughFieldExtractor<T>
FieldExtractor that just returns the original item. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtractorLineAggregator.setFieldExtractor(FieldExtractor<T> fieldExtractor)
Public setter for the field extractor responsible for splitting an input
object up into an array of objects.
|
Copyright © 2014. All rights reserved.