Class ValidatorComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.validator.springboot.ValidatorComponentConfiguration
@ConfigurationProperties(prefix="camel.component.validator")
public class ValidatorComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Validate the payload using XML Schema and JAXP Validation.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.validator.ValidatorResourceResolverFactoryvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetResourceResolverFactory(org.apache.camel.component.validator.ValidatorResourceResolverFactory resourceResolverFactory) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
ValidatorComponentConfiguration
public ValidatorComponentConfiguration()
-
-
Method Details
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getResourceResolverFactory
public org.apache.camel.component.validator.ValidatorResourceResolverFactory getResourceResolverFactory() -
setResourceResolverFactory
public void setResourceResolverFactory(org.apache.camel.component.validator.ValidatorResourceResolverFactory resourceResolverFactory)
-