| ShenyuDeleteMapping |
This is a convenience annotation that is equivalent to
declaring @DeleteMapping and @ShenyuSpringMvcClient.
|
| ShenyuGetMapping |
This is a convenience annotation that is equivalent to
declaring @GetMapping and @ShenyuSpringMvcClient.
|
| ShenyuPatchMapping |
This is a convenience annotation that is equivalent to
declaring @PatchMapping and @ShenyuSpringMvcClient.
|
| ShenyuPostMapping |
This is a convenience annotation that is equivalent to
declaring @PostMapping and @ShenyuSpringMvcClient.
|
| ShenyuPutMapping |
This is a convenience annotation that is equivalent to
declaring @PutMapping and @ShenyuRequestMapping.
|
| ShenyuRequestMapping |
This is a convenience annotation that is equivalent to
declaring @RequestMapping and @ShenyuSpringMvcClient.
|
| ShenyuSpringMvcClient |
The interface shenyu client.
|