Package | Description |
---|---|
org.springframework.batch.item.file.mapping |
Infrastructure implementations of io file support mapping concerns.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayFieldSetMapper
A basic array mapper, returning the values backing a fieldset.
|
class |
BeanWrapperFieldSetMapper<T>
FieldSetMapper implementation based on bean property paths. |
class |
PassThroughFieldSetMapper
Pass through
FieldSetMapper useful for passing a FieldSet
back directly rather than a mapped object. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLineMapper.setFieldSetMapper(FieldSetMapper<T> fieldSetMapper) |
Modifier and Type | Method and Description |
---|---|
void |
PatternMatchingCompositeLineMapper.setFieldSetMappers(Map<String,FieldSetMapper<T>> fieldSetMappers) |
Copyright © 2013 SpringSource. All rights reserved.