T - type of the domain objectpublic interface LineMapper<T>
FieldSetMapper,
LineTokenizerT 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.