blob: af906008c29d50fb0b93e27799f8cb9926ba60ce [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= JSON-B
:linkattrs:
:cq-artifact-id: camel-quarkus-jsonb
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Marshal POJOs to JSON and back using JSON-B.
:cq-deprecated: false
:cq-jvm-since: 1.5.0
:cq-native-since: 1.5.0
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.5.0## [.badge-key]##Native since##[.badge-supported]##1.5.0##
Marshal POJOs to JSON and back using JSON-B.
== What's inside
* xref:{cq-camel-components}:dataformats:jsonb-dataformat.adoc[JSON JSON-B data format]
Please refer to the above link for usage and configuration details.
== Maven coordinates
https://code.quarkus.io/?extension-search=camel-quarkus-jsonb[Create a new project with this extension on code.quarkus.io, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsonb</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
== Additional Camel Quarkus configuration
Extension contains `io.quarkus:quarkus-jsonb` dependency. No jsonb implementation has to be provided.