| Package | Description |
|---|---|
| org.apache.camel.model.dataformat |
The JAXB POJOs for the
Data Formats used to
marshal and unmarshal objects to and from streams inside
components
|
| org.apache.camel.reifier.dataformat |
| Modifier and Type | Class and Description |
|---|---|
class |
UniVocityCsvDataFormat
Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers.
|
class |
UniVocityFixedWidthDataFormat
Marshal and unmarshal Java objects from and to fixed length records using UniVocity Parsers.
|
class |
UniVocityTsvDataFormat
Marshal and unmarshal Java objects from and to TSV (Tab-Separated Values) records using UniVocity Parsers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UniVocityAbstractDataFormatReifier<T extends UniVocityAbstractDataFormat> |
Apache Camel