Class SwaggerUiWebFluxConfiguration
- java.lang.Object
-
- springfox.boot.starter.autoconfigure.SwaggerUiWebFluxConfiguration
-
@ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnProperty(value="springfox.documentation.swagger-ui.enabled", havingValue="true", matchIfMissing=true) public class SwaggerUiWebFluxConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SwaggerUiWebFluxConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwaggerUiWebFluxConfigurer
swaggerUiWebfluxConfigurer()
org.springframework.web.server.WebFilter
uiForwarder()
-
-
-
Method Detail
-
swaggerUiWebfluxConfigurer
@Bean public SwaggerUiWebFluxConfigurer swaggerUiWebfluxConfigurer()
-
uiForwarder
@Bean public org.springframework.web.server.WebFilter uiForwarder()
-
-