Class DocumentationController

java.lang.Object
io.jmix.rest.impl.controller.DocumentationController

@RestController("rest_DocumentationController") @RequestMapping("/rest/docs") public class DocumentationController extends Object
  • Field Details

    • resources

      @Autowired protected Resources resources
    • openAPIGenerator

      @Autowired protected OpenAPIGenerator 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()