blob: b8390fce6952c23e6cc4bf3a0943cd8f5cb55066 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-jsonb"]
= 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
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.5.0## [.badge-key]##Native since##[.badge-supported]##1.5.0##
endif::[]
Marshal POJOs to JSON and back using JSON-B.
[id="extensions-jsonb-whats-inside"]
== 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.
[id="extensions-jsonb-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-jsonb[Create a new project with this extension on {link-quarkus-code-generator}, 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>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-jsonb-additional-camel-quarkus-configuration"]
== Additional Camel Quarkus configuration
Extension contains `io.quarkus:quarkus-jsonb` dependency. No jsonb implementation has to be provided.