|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FieldSetMapper<T> | Interface that is used to map data obtained from a FieldSet into an
object. |
Class Summary | |
---|---|
ArrayFieldSetMapper | A basic array mapper, returning the values backing a fieldset. |
BeanWrapperFieldSetMapper<T> | FieldSetMapper implementation based on bean property paths. |
DefaultLineMapper<T> | Two-phase LineMapper implementation consisting of tokenization of the line into FieldSet followed by
mapping to item. |
JsonLineMapper | Interpret a line as a Json object and parse it up to a Map. |
PassThroughFieldSetMapper | Pass through FieldSetMapper useful for passing a FieldSet
back directly rather than a mapped object. |
PassThroughLineMapper | Pass through LineMapper useful for passing the original
String back directly rather than a mapped object. |
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. |
Infrastructure implementations of io file support mapping concerns.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |