public interface CsvMarshallerFactory
CsvMarshaller factory.| Modifier and Type | Field and Description |
|---|---|
static CsvMarshallerFactory |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
CsvMarshaller |
create(org.apache.commons.csv.CSVFormat format,
CsvDataFormat dataFormat)
Creates and returns a new
CsvMarshaller. |
static final CsvMarshallerFactory DEFAULT
CsvMarshaller create(org.apache.commons.csv.CSVFormat format, CsvDataFormat dataFormat)
CsvMarshaller.format - the CSV format. Can NOT be null.dataFormat - the CSV data format. Can NOT be null.CsvMarshaller. Never null.Apache Camel