Uses of Interface
org.apache.camel.builder.component.dsl.JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder
Packages that use JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder
-
Uses of JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JsonPatchComponentBuilderFactory.JsonPatchComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.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.JsonPatchComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return JsonPatchComponentBuilderFactory.JsonPatchComponentBuilderModifier and TypeMethodDescriptionJsonPatchComponentBuilderFactory.JsonPatchComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JsonPatchComponentBuilderFactory.jsonPatch()JsonPatch (camel-json-patch) Transforms JSON using JSON patch (RFC 6902).JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).