| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MustacheComponentBuilderFactory.MustacheComponentBuilder |
ComponentsBuilderFactory.mustache()
Mustache (camel-mustache)
Transform messages using a Mustache template.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MustacheComponentBuilderFactory.MustacheComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default MustacheComponentBuilderFactory.MustacheComponentBuilder |
MustacheComponentBuilderFactory.MustacheComponentBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default MustacheComponentBuilderFactory.MustacheComponentBuilder |
MustacheComponentBuilderFactory.MustacheComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default MustacheComponentBuilderFactory.MustacheComponentBuilder |
MustacheComponentBuilderFactory.MustacheComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default MustacheComponentBuilderFactory.MustacheComponentBuilder |
MustacheComponentBuilderFactory.MustacheComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static MustacheComponentBuilderFactory.MustacheComponentBuilder |
MustacheComponentBuilderFactory.mustache()
Mustache (camel-mustache)
Transform messages using a Mustache template.
|
default MustacheComponentBuilderFactory.MustacheComponentBuilder |
MustacheComponentBuilderFactory.MustacheComponentBuilder.mustacheFactory(com.github.mustachejava.MustacheFactory mustacheFactory)
To use a custom MustacheFactory.
|
Apache Camel