@Configuration @EnableConfigurationProperties(value=ValidatorComponentConfiguration.class) public class ValidatorComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
ValidatorComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ValidatorComponent |
configureValidatorComponent(CamelContext camelContext,
ValidatorComponentConfiguration configuration) |
@Bean(name="validator-component") @ConditionalOnClass(value=CamelContext.class) @ConditionalOnMissingBean(value=ValidatorComponent.class) public ValidatorComponent configureValidatorComponent(CamelContext camelContext, ValidatorComponentConfiguration configuration) throws Exception
ExceptionApache Camel