@Controller public class SwaggerUiHome extends Object
| Constructor and Description |
|---|
SwaggerUiHome(Optional<org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties> optionalWebFluxProperties)
Instantiates a new Swagger ui home.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
index(org.springframework.http.server.reactive.ServerHttpResponse response)
Index mono.
|
public SwaggerUiHome(Optional<org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties> optionalWebFluxProperties)
optionalWebFluxProperties - the optional web flux properties@GetMapping(value="/") public reactor.core.publisher.Mono<Void> index(org.springframework.http.server.reactive.ServerHttpResponse response)
response - the responseCopyright © 2024. All rights reserved.