Package org.springdoc.webflux.ui
Class SwaggerUiHome
java.lang.Object
org.springdoc.webflux.ui.SwaggerUiHome
Home redirection to swagger api documentation
- Author:
- bnasslahsen
-
Constructor Summary
ConstructorsConstructorDescriptionSwaggerUiHome
(Optional<org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties> optionalWebFluxProperties) Instantiates a new Swagger ui home. -
Method Summary
-
Constructor Details
-
SwaggerUiHome
public SwaggerUiHome(Optional<org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties> optionalWebFluxProperties) Instantiates a new Swagger ui home.- Parameters:
optionalWebFluxProperties
- the optional web flux properties
-
-
Method Details
-
index
@GetMapping("/") public reactor.core.publisher.Mono<Void> index(org.springframework.http.server.reactive.ServerHttpResponse response) Index mono.- Parameters:
response
- the response- Returns:
- the mono
-