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