T - type of the domain objectpublic interface LineMapper<T>
FieldSetMapper,
LineTokenizer| Modifier and Type | Method and Description |
|---|---|
T |
mapLine(String line,
int lineNumber)
Implementations must implement this method to map the provided line to
the parameter type T.
|
T mapLine(String line, int lineNumber) throws Exception
line - to be mappedlineNumber - of the current lineException - if error occured while parsing.Copyright © 2021 Pivotal. All rights reserved.