@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") public class StringTemplateComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringTemplateComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
StringTemplateComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.stringtemplate.StringTemplateComponent |
configureStringTemplateComponent(org.apache.camel.CamelContext camelContext) |
public StringTemplateComponentAutoConfiguration()
@Lazy
@Bean(name="string-template-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.stringtemplate.StringTemplateComponent.class)
public org.apache.camel.component.stringtemplate.StringTemplateComponent configureStringTemplateComponent(org.apache.camel.CamelContext camelContext)
throws Exception
ExceptionApache Camel