@Lazy(value=false)
@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(name="springdoc.swagger-ui.enabled",
matchIfMissing=true)
@ConditionalOnWebApplication(type=REACTIVE)
@ConditionalOnBean(value=org.springdoc.core.SpringDocConfiguration.class)
public class SwaggerConfig
extends Object
implements org.springframework.web.reactive.config.WebFluxConfigurer
| Constructor and Description |
|---|
SwaggerConfig() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCorsMappings, addFormatters, addResourceHandlers, configureArgumentResolvers, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketServiceCopyright © 2024. All rights reserved.