@RestController
@RequestMapping(value="/tools")
public class ToolsController
extends java.lang.Object
| Constructor and Description |
|---|
ToolsController(XDStreamParser parser) |
| Modifier and Type | Method and Description |
|---|---|
DocumentParseResultResource |
validate(java.lang.String definitions)
Accept a whole list of definitions and report whether they are valid as a whole or not.
|
@Autowired public ToolsController(XDStreamParser parser)
@RequestMapping(value="/parse",
method=GET)
public DocumentParseResultResource validate(@RequestParam(value="definitions")
java.lang.String definitions)