| 注释类型 | 说明 |
|---|---|
| CookieObject |
Get one or more
Cookie objects from Cookies |
| CookieValue |
Get one value from Cookies
|
| JSON |
Mark a param to be resolved from JSON string
|
| JSONBody |
Get a
JsonNode object from root node or child node of request body |
| RequestBody |
Get response body, if param type is neither
String nor byte[], converter will be used. |
| RequestHeader |
Get one or more values of single header
|
| RequestParam |
Get one or more values of single param, or param map of the request
|
| SessionAttribute |
Get one attribute from session
|