Modifier and Type | Method and Description |
---|---|
static CsvLineConverter<List<String>> |
CsvLineConverters.getListConverter()
Provides an implementation of
CsvLineConverter that converts a line into a List . |
static CsvLineConverter<Map<String,String>> |
CsvLineConverters.getMapLineConverter(String[] headers)
Provides an implementation of
CsvLineConverter that converts a line into a Map . |
Constructor and Description |
---|
CsvIterator(org.apache.commons.csv.CSVParser parser,
Reader reader,
CsvLineConverter<T> lineConverter) |
Apache Camel