Uses of Annotation Interface
org.springframework.web.service.annotation.HttpExchange
Package
Description
Annotations for declaring HTTP service request methods.
-
Uses of HttpExchange in org.springframework.web.service.annotation
Modifier and TypeClassDescription@interface
Shortcut for@HttpExchange
for HTTP DELETE requests.@interface
Shortcut for@HttpExchange
for HTTP GET requests.@interface
Shortcut for@HttpExchange
for HTTP PATCH requests.@interface
Shortcut for@HttpExchange
for HTTP POST requests.@interface
Shortcut for@HttpExchange
for HTTP PUT requests.