|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineMapper | |
---|---|
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. |
Uses of LineMapper in org.springframework.batch.item.file |
---|
Methods in org.springframework.batch.item.file with parameters of type LineMapper | |
---|---|
void |
FlatFileItemReader.setLineMapper(LineMapper<T> lineMapper)
Setter for line mapper. |
Uses of LineMapper in org.springframework.batch.item.file.mapping |
---|
Classes in org.springframework.batch.item.file.mapping that implement LineMapper | |
---|---|
class |
DefaultLineMapper<T>
Two-phase LineMapper implementation consisting of tokenization of the line into FieldSet followed by
mapping to item. |
class |
JsonLineMapper
Interpret a line as a Json object and parse it up to a Map. |
class |
PassThroughLineMapper
Pass through LineMapper useful for passing the original
String back directly rather than a mapped object. |
class |
PatternMatchingCompositeLineMapper<T>
A LineMapper implementation that stores a mapping of String patterns
to delegate LineTokenizer s as well as a mapping of String patterns to
delegate FieldSetMapper s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |