@Configuration @EnableConfigurationProperties(value=MustacheComponentConfiguration.class) public class MustacheComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MustacheComponentAutoConfiguration.Condition |
Constructor and Description |
---|
MustacheComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.mustache.MustacheComponent |
configureMustacheComponent(org.apache.camel.CamelContext camelContext,
MustacheComponentConfiguration configuration) |
@Lazy @Bean(name="mustache-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.mustache.MustacheComponent.class) public org.apache.camel.component.mustache.MustacheComponent configureMustacheComponent(org.apache.camel.CamelContext camelContext, MustacheComponentConfiguration configuration) throws Exception
Exception
Apache Camel