Uses of Annotation Interface
org.springframework.web.service.annotation.HttpExchange
Package
Description
Infrastructure for annotation-based handler method processing.
Annotations for declaring HTTP service request methods.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of HttpExchange in org.springframework.web.reactive.result.method.annotation
Modifier and TypeMethodDescriptionprotected RequestMappingInfo
RequestMappingHandlerMapping.createRequestMappingInfo
(HttpExchange httpExchange, RequestCondition<?> customCondition) Create aRequestMappingInfo
from the supplied@HttpExchange
annotation, meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy. -
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. -
Uses of HttpExchange in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeMethodDescriptionprotected RequestMappingInfo
RequestMappingHandlerMapping.createRequestMappingInfo
(HttpExchange httpExchange, RequestCondition<?> customCondition) Create aRequestMappingInfo
from the supplied@HttpExchange
annotation, meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy.