Class SwaggerWebFluxConfigurer

  • All Implemented Interfaces:
    org.springframework.web.reactive.config.WebFluxConfigurer

    public class SwaggerWebFluxConfigurer
    extends Object
    implements org.springframework.web.reactive.config.WebFluxConfigurer
    The type Swagger web flux configurer.
    Author:
    bnasslahsen
    • Constructor Summary

      Constructors 
      Constructor Description
      SwaggerWebFluxConfigurer​(org.springdoc.core.SwaggerUiConfigParameters swaggerUiConfigParameters, org.springdoc.core.SpringDocConfigProperties springDocConfigProperties, SwaggerIndexTransformer swaggerIndexTransformer, Optional<org.springdoc.core.ActuatorProvider> actuatorProvider)
      Instantiates a new Swagger web flux configurer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addResourceHandlers​(org.springframework.web.reactive.config.ResourceHandlerRegistry registry)  
      • Methods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer

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

      • SwaggerWebFluxConfigurer

        public SwaggerWebFluxConfigurer​(org.springdoc.core.SwaggerUiConfigParameters swaggerUiConfigParameters,
                                        org.springdoc.core.SpringDocConfigProperties springDocConfigProperties,
                                        SwaggerIndexTransformer swaggerIndexTransformer,
                                        Optional<org.springdoc.core.ActuatorProvider> actuatorProvider)
        Instantiates a new Swagger web flux configurer.
        Parameters:
        swaggerUiConfigParameters - the swagger ui calculated config
        springDocConfigProperties - the spring doc config properties
        swaggerIndexTransformer - the swagger index transformer
        actuatorProvider - the actuator provider
    • Method Detail

      • addResourceHandlers

        public void addResourceHandlers​(org.springframework.web.reactive.config.ResourceHandlerRegistry registry)
        Specified by:
        addResourceHandlers in interface org.springframework.web.reactive.config.WebFluxConfigurer