JsonPatch
JVM since2.7.0 Nativeunsupported
JsonPatch component which transform JSON using JSON patch (RFC 6902).
What’s inside
-
JsonPatch component, URI syntax:
json-patch:resourceUri
Please refer to the above link for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-json-patch</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.