@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.jsonvalidator.springboot.JsonValidatorComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,JsonValidatorComponentConfiguration.class}) public class JsonValidatorComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
JsonValidatorComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.jsonvalidator.JsonValidatorComponent |
configureJsonValidatorComponent() |
public JsonValidatorComponentAutoConfiguration()
@Lazy
@Bean(name="json-validator-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.jsonvalidator.JsonValidatorComponent.class)
public org.apache.camel.component.jsonvalidator.JsonValidatorComponent configureJsonValidatorComponent()
throws Exception
ExceptionApache Camel