@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.language.property.springboot.ExchangePropertyLanguageAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.LanguageConfigurationProperties.class,ExchangePropertyLanguageConfiguration.class}) public class ExchangePropertyLanguageAutoConfiguration extends Object
| Constructor and Description |
|---|
ExchangePropertyLanguageAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.language.property.ExchangePropertyLanguage |
configureExchangePropertyLanguage() |
public ExchangePropertyLanguageAutoConfiguration()
@Bean(name="exchangeProperty-language")
@Scope(value="prototype")
@ConditionalOnMissingBean(value=org.apache.camel.language.property.ExchangePropertyLanguage.class)
public org.apache.camel.language.property.ExchangePropertyLanguage configureExchangePropertyLanguage()
throws Exception
ExceptionApache Camel