Uses of Interface
org.apache.camel.builder.component.dsl.JsltComponentBuilderFactory.JsltComponentBuilder
Packages that use JsltComponentBuilderFactory.JsltComponentBuilder
-
Uses of JsltComponentBuilderFactory.JsltComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JsltComponentBuilderFactory.JsltComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jslt()JSLT (camel-jslt) Query or transform JSON payloads using JSLT. -
Uses of JsltComponentBuilderFactory.JsltComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JsltComponentBuilderFactory.JsltComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return JsltComponentBuilderFactory.JsltComponentBuilderModifier and TypeMethodDescriptionJsltComponentBuilderFactory.JsltComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).JsltComponentBuilderFactory.JsltComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JsltComponentBuilderFactory.JsltComponentBuilder.functions(Collection<com.schibsted.spt.data.jslt.Function> functions) JSLT can be extended by plugging in functions written in Java.JsltComponentBuilderFactory.jslt()JSLT (camel-jslt) Query or transform JSON payloads using JSLT.JsltComponentBuilderFactory.JsltComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JsltComponentBuilderFactory.JsltComponentBuilder.objectFilter(com.schibsted.spt.data.jslt.filters.JsonFilter objectFilter) JSLT can be extended by plugging in a custom jslt object filter.