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) @ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnBean(org.springdoc.core.configuration.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
     
  • 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
  • Constructor Details

    • SwaggerConfig

      public SwaggerConfig()