public static interface JsltEndpointBuilderFactory.JsltEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
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 |
mapBigDecimalAsFloats(boolean mapBigDecimalAsFloats)
If true, the mapper will use the USE_BIG_DECIMAL_FOR_FLOATS in
serialization features.
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
mapBigDecimalAsFloats(String mapBigDecimalAsFloats)
If true, the mapper will use the USE_BIG_DECIMAL_FOR_FLOATS in
serialization features.
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
objectMapper(Object objectMapper)
Setting a custom JSON Object Mapper to be used.
|
default JsltEndpointBuilderFactory.JsltEndpointBuilder |
objectMapper(String objectMapper)
Setting a custom JSON Object Mapper to be used.
|
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.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 lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder mapBigDecimalAsFloats(boolean mapBigDecimalAsFloats)
mapBigDecimalAsFloats - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder mapBigDecimalAsFloats(String mapBigDecimalAsFloats)
mapBigDecimalAsFloats - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder objectMapper(Object objectMapper)
objectMapper - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder objectMapper(String objectMapper)
objectMapper - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder prettyPrint(boolean prettyPrint)
prettyPrint - the value to setdefault JsltEndpointBuilderFactory.JsltEndpointBuilder prettyPrint(String prettyPrint)
prettyPrint - the value to setApache Camel