Uses of Interface
org.apache.camel.builder.component.dsl.JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder
-
Packages that use JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder Modifier and Type Method Description static JsonPatchComponentBuilderFactory.JsonPatchComponentBuilderComponentsBuilderFactory. jsonPatch()JsonPatch (camel-json-patch) Transforms JSON using JSON patch (RFC 6902). -
Uses of JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder Modifier and Type Class Description static classJsonPatchComponentBuilderFactory.JsonPatchComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder Modifier and Type Method Description default JsonPatchComponentBuilderFactory.JsonPatchComponentBuilderJsonPatchComponentBuilderFactory.JsonPatchComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.static JsonPatchComponentBuilderFactory.JsonPatchComponentBuilderJsonPatchComponentBuilderFactory. jsonPatch()JsonPatch (camel-json-patch) Transforms JSON using JSON patch (RFC 6902).default JsonPatchComponentBuilderFactory.JsonPatchComponentBuilderJsonPatchComponentBuilderFactory.JsonPatchComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).
-