Package springfox.documentation.oas.web
Class OpenApiControllerWebFlux
- java.lang.Object
-
- springfox.documentation.oas.web.OpenApiControllerWebFlux
-
@RestController @RequestMapping("${springfox.documentation.open-api.v3.path:/v3/api-docs}") @ConditionalOnWebApplication(type=REACTIVE) @Conditional(OnReactiveWebApplication.class) public class OpenApiControllerWebFlux extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OpenApiControllerWebFlux(DocumentationCache documentationCache, ServiceModelToOpenApiMapper mapper, JsonSerializer jsonSerializer, org.springframework.plugin.core.PluginRegistry<WebFluxOpenApiTransformationFilter,DocumentationType> transformations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<Json>
getDocumentation(java.lang.String swaggerGroup, org.springframework.http.server.reactive.ServerHttpRequest serverRequest)
-
-
-
Constructor Detail
-
OpenApiControllerWebFlux
@Autowired public OpenApiControllerWebFlux(DocumentationCache documentationCache, ServiceModelToOpenApiMapper mapper, JsonSerializer jsonSerializer, @Qualifier("webFluxOpenApiTransformationFilterRegistry") org.springframework.plugin.core.PluginRegistry<WebFluxOpenApiTransformationFilter,DocumentationType> transformations)
-
-
Method Detail
-
getDocumentation
@GetMapping(produces={"application/json","application/hal+json"}) public org.springframework.http.ResponseEntity<Json> getDocumentation(@RequestParam(value="group",required=false) java.lang.String swaggerGroup, org.springframework.http.server.reactive.ServerHttpRequest serverRequest)
-
-