@TypeScriptEndpoint @RestController @RequestMapping(value="/api") public class LombokTypeScriptEndpoint extends Object
| Constructor and Description |
|---|
LombokTypeScriptEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
LombokResponse |
setId(Long id,
LombokRequest body) |
@RequestMapping(value="/type/{id}/{typeRef}",
method=POST,
consumes="application/json",
produces="application/json")
public LombokResponse setId(@PathVariable
Long id,
@RequestBody
LombokRequest body)
Copyright © 2016–2017. All rights reserved.