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