See: Description
| Class | Description |
|---|---|
| Any23DataFormat |
Any23 data format is used for parsing data to RDF.
|
| ASN1DataFormat |
The ASN.1 data format is used for file transfer with telecommunications
protocols.
|
| AvroDataFormat |
The Avro data format is used for serialization and deserialization of
messages using Apache Avro binary dataformat.
|
| BarcodeDataFormat |
The Barcode data format is used for creating barccode images (such as
QR-Code)
|
| Base64DataFormat |
The Base64 data format is used for base64 encoding and decoding.
|
| BeanioDataFormat |
The BeanIO data format is used for working with flat payloads (such as CSV,
delimited, or fixed length formats).
|
| BindyDataFormat |
The Bindy data format is used for working with flat payloads (such as CSV,
delimited, fixed length formats, or FIX messages).
|
| CBORDataFormat |
CBOR data format is used for unmarshal a CBOR payload to POJO or to marshal
POJO back to CBOR payload.
|
| CryptoDataFormat |
Crypto data format is used for encrypting and decrypting of messages using
Java Cryptographic Extension.
|
| CsvDataFormat |
The CSV data format is used for handling CSV payloads.
|
| CustomDataFormat |
To use a custom data format implementation that does not come out of the box
from Apache Camel.
|
| DataFormatsDefinition |
To configure data formats
|
| FhirDataformat | |
| FhirJsonDataFormat |
The FHIR JSon data format is used to marshall/unmarshall to/from FHIR objects
to/from JSON.
|
| FhirXmlDataFormat |
The FHIR XML data format is used to marshall/unmarshall from/to FHIR objects
to/from XML.
|
| FlatpackDataFormat |
The Flatpack data format is used for working with flat payloads (such as CSV,
delimited, or fixed length formats).
|
| GrokDataFormat |
The Grok data format is used for unmarshalling unstructured data to objects
using Logstash based Grok patterns.
|
| GzipDataFormat |
The GZip data format is a message compression and de-compression format
(which works with the popular gzip/gunzip tools).
|
| HL7DataFormat |
The HL7 data format can be used to marshal or unmarshal HL7 (Health Care)
model objects.
|
| IcalDataFormat |
The iCal dataformat is used for working with iCalendar messages.
|
| JacksonXMLDataFormat |
JacksonXML data format is used for unmarshal a XML payload to POJO or to
marshal POJO back to XML payload.
|
| JaxbDataFormat |
JAXB data format uses the JAXB2 XML marshalling standard to unmarshal an XML
payload into Java objects or to marshal Java objects into an XML payload.
|
| JsonApiDataFormat |
JsonApi data format is used for marshal and unmarshal Json API object.
|
| JsonDataFormat |
JSon data format is used for unmarshal a JSon payload to POJO or to marshal
POJO back to JSon payload.
|
| LZFDataFormat |
The LZF data format is a message compression and de-compression format (uses
the LZF deflate algorithm).
|
| MimeMultipartDataFormat |
The MIME Multipart data format can marshal a Camel message with attachments
into a Camel message having a MIME-Multipart message as message body (and no
attachments), and vise-versa when unmarshalling.
|
| PGPDataFormat |
PGP data format is used for encrypting and decrypting of messages using Java
Cryptographic Extension and PGP.
|
| ProtobufDataFormat |
The Protobuf data format is used for serializing between Java objects and the
Google Protobuf protocol.
|
| RssDataFormat |
RSS data format is used for working with RSS sync feed Java Objects and
transforming to XML and vice-versa.
|
| SoapJaxbDataFormat |
SOAP is a data format which uses JAXB2 and JAX-WS annotations to marshal and
unmarshal SOAP payloads.
|
| SyslogDataFormat |
The Syslog dataformat is used for working with RFC3164 and RFC5424 messages
(logging and monitoring).
|
| TarFileDataFormat |
The Tar File data format is a message compression and de-compression format
of tar files.
|
| ThriftDataFormat |
The Thrift data format is used for serialization and deserialization of
messages using Apache Thrift binary dataformat.
|
| TidyMarkupDataFormat |
TidyMarkup data format is used for parsing HTML and return it as pretty
well-formed HTML.
|
| UniVocityAbstractDataFormat |
Represents the common parts of all uniVocity
DataFormat parsers. |
| UniVocityCsvDataFormat |
The uniVocity CSV data format is used for working with CSV (Comma Separated
Values) flat payloads.
|
| UniVocityFixedWidthDataFormat |
The uniVocity Fixed Length data format is used for working with fixed length
flat payloads.
|
| UniVocityHeader |
To configure headers for UniVocity data formats.
|
| UniVocityTsvDataFormat |
The uniVocity TSV data format is used for working with TSV (Tabular Separated
Values) flat payloads.
|
| XmlRpcDataFormat |
The XML RPC data format is used for working with the XML RPC protocol.
|
| XMLSecurityDataFormat |
The XML Security data format facilitates encryption and decryption of XML
payloads.
|
| XStreamDataFormat |
XSTream data format is used for unmarshal a XML payload to POJO or to marshal
POJO back to XML payload.
|
| XStreamDataFormat.AliasAdapter | |
| XStreamDataFormat.AliasEntry | |
| XStreamDataFormat.AliasList | |
| XStreamDataFormat.ConverterEntry | |
| XStreamDataFormat.ConverterList | |
| XStreamDataFormat.ConvertersAdapter | |
| XStreamDataFormat.ImplicitCollectionEntry | |
| XStreamDataFormat.ImplicitCollectionList | |
| XStreamDataFormat.ImplicitCollectionsAdapter | |
| XStreamDataFormat.OmitFieldEntry | |
| XStreamDataFormat.OmitFieldList | |
| XStreamDataFormat.OmitFieldsAdapter | |
| YAMLDataFormat |
YAML is a data format to marshal and unmarshal Java objects to and from YAML.
|
| YAMLTypeFilterDefinition | |
| ZipDeflaterDataFormat |
Zip Deflate Compression data format is a message compression and
de-compression format (not zip files).
|
| ZipFileDataFormat |
The Zip File data format is a message compression and de-compression format
of zip files.
|
| Enum | Description |
|---|---|
| Any23Type |
Represents the different types of bindy data formats.
|
| BindyType |
Represents the different types of bindy data formats.
|
| JsonLibrary |
Represents the concrete Json libraries Camel supports.
|
| YAMLLibrary |
Represents the concrete Yaml libraries Camel supports.
|
| YAMLTypeFilterType |
Apache Camel