@Configuration @EnableConfigurationProperties(value=BeanLanguageConfiguration.class) @Conditional(value=BeanLanguageAutoConfiguration.Condition.class) public class BeanLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BeanLanguageAutoConfiguration.Condition |
Constructor and Description |
---|
BeanLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.language.bean.BeanLanguage |
configureBeanLanguage(org.apache.camel.CamelContext camelContext,
BeanLanguageConfiguration configuration) |
@Bean(name="bean-language") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.language.bean.BeanLanguage.class) public org.apache.camel.language.bean.BeanLanguage configureBeanLanguage(org.apache.camel.CamelContext camelContext, BeanLanguageConfiguration configuration) throws Exception
Exception
Apache Camel