public class PassThroughLineDataMapper extends Object implements LineDataMapper<String>
LineDataMapper implementation which just passes data as it is.| Constructor and Description |
|---|
PassThroughLineDataMapper() |
public String mapLine(String line) throws Exception
LineDataMappermapLine in interface LineDataMapper<String>line - to be mappedException - if error occured while parsing.