Class RestSwaggerComponentAutoConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @Configuration(proxyBeanMethods=false)
    @Conditional({org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.rest.swagger.springboot.RestSwaggerComponentAutoConfiguration.GroupConditions.class})
    @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class)
    @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,RestSwaggerComponentConfiguration.class})
    public class RestSwaggerComponentAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • RestSwaggerComponentAutoConfiguration

        public RestSwaggerComponentAutoConfiguration()
    • Method Detail

      • configureRestSwaggerComponent

        @Lazy
        @Bean(name="rest-swagger-component")
        @ConditionalOnMissingBean(org.apache.camel.component.rest.swagger.RestSwaggerComponent.class)
        public org.apache.camel.component.rest.swagger.RestSwaggerComponent configureRestSwaggerComponent()
                                                                                                   throws Exception
        Throws:
        Exception