T
- type of the domain objectpublic interface LineMapper<T>
FieldSetMapper
,
LineTokenizer
Modifier and Type | Method and Description |
---|---|
T |
mapLine(java.lang.String line,
int lineNumber)
Implementations must implement this method to map the provided line to
the parameter type T.
|
T mapLine(java.lang.String line, int lineNumber) throws java.lang.Exception
line
- to be mappedlineNumber
- of the current linejava.lang.Exception
- if error occurred while parsing.