| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static JoltComponentBuilderFactory.JoltComponentBuilder |
ComponentsBuilderFactory.jolt()
JOLT (camel-jolt)
JSON to JSON transformation using JOLT.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JoltComponentBuilderFactory.JoltComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default JoltComponentBuilderFactory.JoltComponentBuilder |
JoltComponentBuilderFactory.JoltComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
JoltComponentBuilderFactory.JoltComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
static JoltComponentBuilderFactory.JoltComponentBuilder |
JoltComponentBuilderFactory.jolt()
JOLT (camel-jolt)
JSON to JSON transformation using JOLT.
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
JoltComponentBuilderFactory.JoltComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JoltComponentBuilderFactory.JoltComponentBuilder |
JoltComponentBuilderFactory.JoltComponentBuilder.transform(com.bazaarvoice.jolt.Transform transform)
Explicitly sets the Transform to use.
|
Apache Camel