Class ClassDBO_ClassRequest

java.lang.Object
org.aksw.qa.annotation.webservice.ClassDBO_ClassRequest

@RestController @RequestMapping("/class") class ClassDBO_ClassRequest extends Object
  • Field Details

  • Constructor Details

    • ClassDBO_ClassRequest

      public ClassDBO_ClassRequest()
  • Method Details

    • getClass

      @RequestMapping(method=GET) public String getClass(@RequestParam("q") String q)
    • postClass

      @RequestMapping(method=POST) public String postClass(@RequestBody String input)