| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder |
ComponentsBuilderFactory.jsonPatch()
JsonPatch (camel-json-patch)
JsonPatch component which transform JSON using JSON patch (RFC 6902).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonPatchComponentBuilderFactory.JsonPatchComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder |
JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder |
JsonPatchComponentBuilderFactory.jsonPatch()
JsonPatch (camel-json-patch)
JsonPatch component which transform JSON using JSON patch (RFC 6902).
|
default JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder |
JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel