Package io.jmix.rest.impl.controller
Class DocumentationController
java.lang.Object
io.jmix.rest.impl.controller.DocumentationController
@RestController("rest_DocumentationController")
@RequestMapping("/rest/docs")
public class DocumentationController
extends Object
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription 
- 
Field Details
- 
resources
 - 
openAPIGenerator
 
 - 
 - 
Constructor Details
- 
DocumentationController
public DocumentationController() 
 - 
 - 
Method Details
- 
getOpenApiYaml
@RequestMapping(value="/openapi.yaml", method=GET, produces="application/yaml") public String getOpenApiYaml() - 
getOpenApiJson
@RequestMapping(value="/openapi.json", method=GET, produces="application/json") public String getOpenApiJson() - 
getProjectOpenApiYaml
@RequestMapping(value="/openapiDetailed.yaml", method=GET, produces="application/yaml") public String getProjectOpenApiYaml() - 
getProjectOpenApiJson
@RequestMapping(value="/openapiDetailed.json", method=GET, produces="application/json") public String getProjectOpenApiJson() 
 -