Added Classes |
DeleteMapping
|
Annotation for mapping HTTP {@code DELETE} requests onto specific handler
methods. |
GetMapping
|
Annotation for mapping HTTP {@code GET} requests onto specific handler
methods. |
PatchMapping
|
Annotation for mapping HTTP {@code PATCH} requests onto specific handler
methods. |
PostMapping
|
Annotation for mapping HTTP {@code POST} requests onto specific handler
methods. |
PutMapping
|
Annotation for mapping HTTP {@code PUT} requests onto specific handler
methods. |
RequestAttribute
|
Annotation to bind a method parameter to a request attribute. |
RestControllerAdvice
|
A convenience annotation that is itself annotated with
@ControllerAdvice
and @ResponseBody. |
SessionAttribute
|
Annotation to bind a method parameter to a session attribute. |