Class SortingController


  • @RestController
    @RequestMapping("/sort")
    public class SortingController
    extends Object
    The main REST controller for the application
    • Constructor Detail

      • SortingController

        public SortingController()
    • Method Detail

      • sort

        @PostMapping(consumes="application/json",
                     produces="application/json")
        public SortResponseDTO sort​(@RequestBody
                                    SortRequestDTO request)
        Handler function for the REST controller.
        Parameters:
        request - network request to be processed
        Returns:
        a response containing test run results.