| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
StaticEndpointBuilders.jsonPatch(String path)
JsonPatch (camel-json-patch)
JsonPatch component which transform JSON using JSON patch (RFC 6902).
|
static JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
StaticEndpointBuilders.jsonPatch(String componentName,
String path)
JsonPatch (camel-json-patch)
JsonPatch component which transform JSON using JSON patch (RFC 6902).
|
| Modifier and Type | Method and Description |
|---|---|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder.allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder.contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder.contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
static JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.JsonPatchBuilders.jsonPatch(String path)
JsonPatch (camel-json-patch)
JsonPatch component which transform JSON using JSON patch (RFC 6902).
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.JsonPatchBuilders.jsonPatch(String componentName,
String path)
JsonPatch (camel-json-patch)
JsonPatch component which transform JSON using JSON patch (RFC 6902).
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder |
JsonPatchEndpointBuilderFactory.JsonPatchEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel