Request Mapping Decorator Factory
Wire the method to the route and method. Use @RequestParam and @RequestBody to map the parameters and body to the request.
@RequestParam
@RequestBody
Any return value from the method will be set as the response.
The route to map the method to
The method to map the route to
Optional
Options for the route
Generated using TypeDoc
Request Mapping Decorator Factory
Wire the method to the route and method. Use
@RequestParamand@RequestBodyto map the parameters and body to the request.Any return value from the method will be set as the response.
Returns