| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static JsltComponentBuilderFactory.JsltComponentBuilder |
ComponentsBuilderFactory.jslt()
JSLT (camel-jslt)
Query or transform JSON payloads using an JSLT.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JsltComponentBuilderFactory.JsltComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default JsltComponentBuilderFactory.JsltComponentBuilder |
JsltComponentBuilderFactory.JsltComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JsltComponentBuilderFactory.JsltComponentBuilder |
JsltComponentBuilderFactory.JsltComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default JsltComponentBuilderFactory.JsltComponentBuilder |
JsltComponentBuilderFactory.JsltComponentBuilder.functions(Collection<com.schibsted.spt.data.jslt.Function> functions)
JSLT can be extended by plugging in functions written in Java.
|
static JsltComponentBuilderFactory.JsltComponentBuilder |
JsltComponentBuilderFactory.jslt()
JSLT (camel-jslt)
Query or transform JSON payloads using an JSLT.
|
default JsltComponentBuilderFactory.JsltComponentBuilder |
JsltComponentBuilderFactory.JsltComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel