| 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)
The jolt component allows you to process a JSON messages using an JOLT
specification (such as JSON-JSON transformation).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JoltComponentBuilderFactory.JoltComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default JoltComponentBuilderFactory.JoltComponentBuilder |
JoltComponentBuilderFactory.JoltComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
static JoltComponentBuilderFactory.JoltComponentBuilder |
JoltComponentBuilderFactory.jolt()
JOLT (camel-jolt)
The jolt component allows you to process a JSON messages using an JOLT
specification (such as JSON-JSON transformation).
|
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