Class XsltSaxonComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.xslt.saxon.springboot.XsltSaxonComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,XsltSaxonComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.xslt-saxon"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,XsltSaxonComponentConverter.class}) public class XsltSaxonComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • XsltSaxonComponentAutoConfiguration

      public XsltSaxonComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureXsltSaxonComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureXsltSaxonComponent()