Uses of Interface
org.apache.camel.builder.component.dsl.JoltComponentBuilderFactory.JoltComponentBuilder
Packages that use JoltComponentBuilderFactory.JoltComponentBuilder
-
Uses of JoltComponentBuilderFactory.JoltComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JoltComponentBuilderFactory.JoltComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jolt()JOLT (camel-jolt) JSON to JSON transformation using JOLT. -
Uses of JoltComponentBuilderFactory.JoltComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JoltComponentBuilderFactory.JoltComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return JoltComponentBuilderFactory.JoltComponentBuilderModifier and TypeMethodDescriptionJoltComponentBuilderFactory.JoltComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).JoltComponentBuilderFactory.JoltComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JoltComponentBuilderFactory.jolt()JOLT (camel-jolt) JSON to JSON transformation using JOLT.JoltComponentBuilderFactory.JoltComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JoltComponentBuilderFactory.JoltComponentBuilder.transform(com.bazaarvoice.jolt.Transform transform) Explicitly sets the Transform to use.