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!
  • Constructor Details

    • ValidatorComponentConfiguration

      public ValidatorComponentConfiguration()
  • Method Details

    • 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)