Package org.camunda.bpm.run.swaggerui
Class CamundaSwaggerUIConfiguration.OpenApiController
java.lang.Object
org.camunda.bpm.run.swaggerui.CamundaSwaggerUIConfiguration.OpenApiController
- Enclosing class:
- CamundaSwaggerUIConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.core.io.Resource>
-
Constructor Details
-
OpenApiController
public OpenApiController()
-
-
Method Details
-
getOpenApiSpec
@GetMapping(value="/swaggerui/openapi.json", produces="application/json") public org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> getOpenApiSpec()
-