Class CxfRsComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentAutoConfiguration

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

    • CxfRsComponentAutoConfiguration

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

    • configureCxfRsComponent

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