Package org.springdoc.webflux.ui
Class SwaggerConfig
- java.lang.Object
-
- org.springdoc.webflux.ui.SwaggerConfig
-
- All Implemented Interfaces:
org.springframework.web.reactive.config.WebFluxConfigurer
@Lazy(false) @Configuration(proxyBeanMethods=false) @ConditionalOnProperty(name="springdoc.swagger-ui.enabled", matchIfMissing=true) @ConditionalOnBean(org.springdoc.core.SpringDocConfiguration.class) public class SwaggerConfig extends Object implements org.springframework.web.reactive.config.WebFluxConfigurer
The type Swagger config.- Author:
- bnasslahsen
-
-
Constructor Summary
Constructors Constructor Description SwaggerConfig()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer
addCorsMappings, addFormatters, addResourceHandlers, configureArgumentResolvers, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
-
-