Uses of Interface
org.apache.camel.builder.endpoint.dsl.JsltEndpointBuilderFactory.JsltEndpointBuilder
Packages that use JsltEndpointBuilderFactory.JsltEndpointBuilder
-
Uses of JsltEndpointBuilderFactory.JsltEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JsltEndpointBuilderFactory.JsltEndpointBuilderModifier and TypeMethodDescriptionJSLT (camel-jslt) Query or transform JSON payloads using an JSLT.JSLT (camel-jslt) Query or transform JSON payloads using an JSLT. -
Uses of JsltEndpointBuilderFactory.JsltEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JsltEndpointBuilderFactory.JsltEndpointBuilderModifier and TypeMethodDescriptionJsltEndpointBuilderFactory.JsltEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.JsltEndpointBuilderFactory.JsltEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.JsltEndpointBuilderFactory.JsltEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).JsltEndpointBuilderFactory.JsltEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).JsltEndpointBuilderFactory.AdvancedJsltEndpointBuilder.basic()JsltEndpointBuilderFactory.JsltEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.JsltEndpointBuilderFactory.JsltEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.JsltEndpointBuilderFactory.endpointBuilder(String componentName, String path) JSLT (camel-jslt) Query or transform JSON payloads using an JSLT.JSLT (camel-jslt) Query or transform JSON payloads using an JSLT.JsltEndpointBuilderFactory.JsltEndpointBuilder.mapBigDecimalAsFloats(boolean mapBigDecimalAsFloats) If true, the mapper will use the USE_BIG_DECIMAL_FOR_FLOATS in serialization features.JsltEndpointBuilderFactory.JsltEndpointBuilder.mapBigDecimalAsFloats(String mapBigDecimalAsFloats) If true, the mapper will use the USE_BIG_DECIMAL_FOR_FLOATS in serialization features.JsltEndpointBuilderFactory.JsltEndpointBuilder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Setting a custom JSON Object Mapper to be used.JsltEndpointBuilderFactory.JsltEndpointBuilder.objectMapper(String objectMapper) Setting a custom JSON Object Mapper to be used.JsltEndpointBuilderFactory.JsltEndpointBuilder.prettyPrint(boolean prettyPrint) If true, JSON in output message is pretty printed.JsltEndpointBuilderFactory.JsltEndpointBuilder.prettyPrint(String prettyPrint) If true, JSON in output message is pretty printed.