Class DataSetDownloadController


  • @Controller
    class DataSetDownloadController
    extends Object
    Serves the current data set as a downloadable YAML file.
    • Constructor Detail

      • DataSetDownloadController

        DataSetDownloadController​(DemoService demoService)
    • Method Detail

      • exportDataSet

        @GetMapping("/dataset/export")
        @ResponseBody
        public org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> exportDataSet()
                                                                                                    throws IOException
        Throws:
        IOException