Class ClassDBO_PropertyRequest

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

@RestController @RequestMapping("/property") public class ClassDBO_PropertyRequest extends Object
  • Field Details

  • Constructor Details

    • ClassDBO_PropertyRequest

      public ClassDBO_PropertyRequest()
  • Method Details

    • getProperty

      @RequestMapping(method=GET) public String getProperty(@RequestParam("q") String q)
    • postProperty

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