Annotation Interface PostMapping
Annotation for mapping HTTP
POST
requests onto specific handler
methods.- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Optional Element Summary
-
Element Details
-
path
String pathThe URL path or pattern for mapping HTTP POST requests to the annotated method.- Returns:
- the URL path or pattern for POST requests
- Default:
""
-