| Package | Description |
|---|---|
| org.apache.shenyu.client.springmvc.annotation |
| Modifier and Type | Class and Description |
|---|---|
interface |
ShenyuDeleteMapping
This is a convenience annotation that is equivalent to
declaring
@DeleteMapping and @ShenyuSpringMvcClient. |
interface |
ShenyuGetMapping
This is a convenience annotation that is equivalent to
declaring
@GetMapping and @ShenyuSpringMvcClient. |
interface |
ShenyuPatchMapping
This is a convenience annotation that is equivalent to
declaring
@PatchMapping and @ShenyuSpringMvcClient. |
interface |
ShenyuPostMapping
This is a convenience annotation that is equivalent to
declaring
@PostMapping and @ShenyuSpringMvcClient. |
interface |
ShenyuPutMapping
This is a convenience annotation that is equivalent to
declaring
@PutMapping and @ShenyuRequestMapping. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.