public static interface JsltEndpointBuilderFactory.JsltEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JsltEndpointBuilderFactory.AdvancedJsltEndpointBuilder |
advanced() |
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
prettyPrint(boolean prettyPrint)
If true, JSON in output message is pretty printed.
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
prettyPrint(String prettyPrint)
If true, JSON in output message is pretty printed.
|
default JsltEndpointBuilderFactory.AdvancedJsltEndpointBuilder advanced()
default JsltEndpointBuilderFactory.JsltEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder prettyPrint(boolean prettyPrint)
prettyPrint - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder prettyPrint(String prettyPrint)
prettyPrint - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel