Uses of Interface
org.apache.camel.builder.component.dsl.MustacheComponentBuilderFactory.MustacheComponentBuilder
-
Packages that use MustacheComponentBuilderFactory.MustacheComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of MustacheComponentBuilderFactory.MustacheComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MustacheComponentBuilderFactory.MustacheComponentBuilder Modifier and Type Method Description static MustacheComponentBuilderFactory.MustacheComponentBuilder
ComponentsBuilderFactory. mustache()
Mustache (camel-mustache) Transform messages using a Mustache template. -
Uses of MustacheComponentBuilderFactory.MustacheComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement MustacheComponentBuilderFactory.MustacheComponentBuilder Modifier and Type Class Description static class
MustacheComponentBuilderFactory.MustacheComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return MustacheComponentBuilderFactory.MustacheComponentBuilder Modifier and Type Method 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. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.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.
-