public static interface JoltComponentBuilderFactory.JoltComponentBuilder extends ComponentBuilder<org.apache.camel.component.jolt.JoltComponent>
| Modifier and Type | Method and Description |
|---|---|
default JoltComponentBuilderFactory.JoltComponentBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
transform(com.bazaarvoice.jolt.Transform transform)
Explicitly sets the Transform to use.
|
build, build, doSetProperty, registerdefault JoltComponentBuilderFactory.JoltComponentBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
boolean type.
Default: false
Group: producerdefault JoltComponentBuilderFactory.JoltComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JoltComponentBuilderFactory.JoltComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault JoltComponentBuilderFactory.JoltComponentBuilder transform(com.bazaarvoice.jolt.Transform transform)
com.bazaarvoice.jolt.Transform type.
Group: advancedApache Camel