Class ValidatorComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @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!
    • Constructor Detail

      • ValidatorComponentConfiguration

        public ValidatorComponentConfiguration()
    • Method Detail

      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getResourceResolverFactory

        public org.apache.camel.component.validator.ValidatorResourceResolverFactory getResourceResolverFactory()
      • setResourceResolverFactory

        public void setResourceResolverFactory​(org.apache.camel.component.validator.ValidatorResourceResolverFactory resourceResolverFactory)