Class 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 interface org.springframework.web.reactive.config.WebFluxConfigurer

        addCorsMappings, addFormatters, addResourceHandlers, configureArgumentResolvers, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
    • Constructor Detail

      • SwaggerConfig

        public SwaggerConfig()