Uses of Interface
org.apache.camel.builder.component.dsl.MustacheComponentBuilderFactory.MustacheComponentBuilder
Packages that use MustacheComponentBuilderFactory.MustacheComponentBuilder
-
Uses of MustacheComponentBuilderFactory.MustacheComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MustacheComponentBuilderFactory.MustacheComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.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.MustacheComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return MustacheComponentBuilderFactory.MustacheComponentBuilderModifier and TypeMethodDescriptionMustacheComponentBuilderFactory.MustacheComponentBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.MustacheComponentBuilderFactory.MustacheComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).MustacheComponentBuilderFactory.MustacheComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.MustacheComponentBuilderFactory.MustacheComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MustacheComponentBuilderFactory.mustache()Mustache (camel-mustache) Transform messages using a Mustache template.MustacheComponentBuilderFactory.MustacheComponentBuilder.mustacheFactory(com.github.mustachejava.MustacheFactory mustacheFactory) To use a custom MustacheFactory.