Uses of Annotation Interface
org.springframework.web.service.annotation.HttpExchange
Packages that use 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
Methods in org.springframework.web.reactive.result.method.annotation with parameters of type HttpExchangeModifier and TypeMethodDescriptionprotected RequestMappingInfoRequestMappingHandlerMapping.createRequestMappingInfo(HttpExchange httpExchange, RequestCondition<?> customCondition) Create aRequestMappingInfofrom the supplied@HttpExchangeannotation, or meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy. -
Uses of HttpExchange in org.springframework.web.service.annotation
Classes in org.springframework.web.service.annotation with annotations of type HttpExchangeModifier and TypeClassDescription@interfaceShortcut for@HttpExchangefor HTTP DELETE requests.@interfaceShortcut for@HttpExchangefor HTTP GET requests.@interfaceShortcut for@HttpExchangefor HTTP PATCH requests.@interfaceShortcut for@HttpExchangefor HTTP POST requests.@interfaceShortcut for@HttpExchangefor HTTP PUT requests. -
Uses of HttpExchange in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type HttpExchangeModifier and TypeMethodDescriptionprotected RequestMappingInfoRequestMappingHandlerMapping.createRequestMappingInfo(HttpExchange httpExchange, RequestCondition<?> customCondition) Create aRequestMappingInfofrom the supplied@HttpExchangeannotation, or meta-annotation, or synthesized result of merging annotation attributes within an annotation hierarchy.