Uses of Interface
org.apache.camel.builder.endpoint.dsl.JoltEndpointBuilderFactory.JoltEndpointBuilder
Packages that use JoltEndpointBuilderFactory.JoltEndpointBuilder
-
Uses of JoltEndpointBuilderFactory.JoltEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JoltEndpointBuilderFactory.JoltEndpointBuilderModifier and TypeMethodDescriptionJOLT (camel-jolt) JSON to JSON transformation using JOLT.JOLT (camel-jolt) JSON to JSON transformation using JOLT. -
Uses of JoltEndpointBuilderFactory.JoltEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JoltEndpointBuilderFactory.JoltEndpointBuilderModifier and TypeMethodDescriptionJoltEndpointBuilderFactory.JoltEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.JoltEndpointBuilderFactory.JoltEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.JoltEndpointBuilderFactory.JoltEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).JoltEndpointBuilderFactory.JoltEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder.basic()JoltEndpointBuilderFactory.JoltEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.JoltEndpointBuilderFactory.JoltEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.JoltEndpointBuilderFactory.endpointBuilder(String componentName, String path) Specifies if the input is hydrated JSON or a JSON String.JoltEndpointBuilderFactory.JoltEndpointBuilder.inputType(org.apache.camel.component.jolt.JoltInputOutputType inputType) Specifies if the input is hydrated JSON or a JSON String.JOLT (camel-jolt) JSON to JSON transformation using JOLT.JOLT (camel-jolt) JSON to JSON transformation using JOLT.JoltEndpointBuilderFactory.JoltEndpointBuilder.outputType(String outputType) Specifies if the output should be hydrated JSON or a JSON String.JoltEndpointBuilderFactory.JoltEndpointBuilder.outputType(org.apache.camel.component.jolt.JoltInputOutputType outputType) Specifies if the output should be hydrated JSON or a JSON String.JoltEndpointBuilderFactory.JoltEndpointBuilder.transformDsl(String transformDsl) Specifies the Transform DSL of the endpoint resource.JoltEndpointBuilderFactory.JoltEndpointBuilder.transformDsl(org.apache.camel.component.jolt.JoltTransformType transformDsl) Specifies the Transform DSL of the endpoint resource.