@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @Configuration(proxyBeanMethods=false) @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.rest.openapi.springboot.RestOpenApiComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,RestOpenApiComponentConfiguration.class}) public class RestOpenApiComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
RestOpenApiComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.rest.openapi.RestOpenApiComponent |
configureRestOpenApiComponent() |
public RestOpenApiComponentAutoConfiguration()
@Lazy
@Bean(name="rest-openapi-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.rest.openapi.RestOpenApiComponent.class)
public org.apache.camel.component.rest.openapi.RestOpenApiComponent configureRestOpenApiComponent()
throws Exception
ExceptionApache Camel