Chapter 21. Data Format
Use a Camel Data Format as a regular Camel Component.
21.1. What’s inside 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
-
Data Format component, URI syntax:
dataformat:name:operation
Refer to the above link for usage and configuration details.
21.2. Maven coordinates 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dataformat</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dataformat</artifactId>
</dependency>