Class RestOpenApiComponentAutoConfiguration
java.lang.Object
org.apache.camel.component.rest.openapi.springboot.RestOpenApiComponentAutoConfiguration
@Configuration(proxyBeanMethods=false)
@Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,RestOpenApiComponentConfiguration.class})
@ConditionalOnHierarchicalProperties({"camel.component","camel.component.rest-openapi"})
@AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,RestOpenApiComponentConverter.class})
public class RestOpenApiComponentAutoConfiguration
extends Object
Generated by camel-package-maven-plugin - do not edit this file!
-
Constructor Summary
ConstructorsConstructorDescriptionRestOpenApiComponentAutoConfiguration(org.apache.camel.CamelContext camelContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ComponentCustomizer
-
Constructor Details
-
RestOpenApiComponentAutoConfiguration
public RestOpenApiComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
-
-
Method Details
-
configureRestOpenApiComponent
@Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureRestOpenApiComponent()
-