Uses of Package
org.springframework.web.servlet.mvc.method.annotation
Packages that use org.springframework.web.servlet.mvc.method.annotation
Package
Description
Support for testing Spring MVC applications via
 
WebTestClient
 with MockMvc for server request
 handling.Contains built-in 
MockMvcBuilder implementations.Annotation-based setup for Spring MVC.
MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.- 
Classes in org.springframework.web.servlet.mvc.method.annotation used by org.springframework.test.web.servlet.clientClassDescriptionCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.
- 
Classes in org.springframework.web.servlet.mvc.method.annotation used by org.springframework.test.web.servlet.setupClassDescriptionCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.
- 
Classes in org.springframework.web.servlet.mvc.method.annotation used by org.springframework.web.servlet.config.annotationClassDescriptionAnAbstractHandlerMethodExceptionResolverthat resolves exceptions through@ExceptionHandlermethods.CreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.
- 
Classes in org.springframework.web.servlet.mvc.method.annotation used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionA convenient base class forResponseBodyAdviceimplementations that customize the response before JSON serialization withAbstractJackson2HttpMessageConverter's concrete subclasses.A base class for resolving method argument values by reading from the body of a request withHttpMessageConverters.ExtendsAbstractMessageConverterMethodArgumentResolverwith the ability to handle method return values by writing to the response withHttpMessageConverters.Creates instances ofUriComponentsBuilderby pointing to@RequestMappingmethods on Spring MVC controllers.Builder class to create URLs for method arguments.Allows customizing the request before its body is read and converted into an Object and also allows for processing of the resulting Object before it is passed into a controller method as an@RequestBodyor anHttpEntitymethod argument.A convenient starting point for implementingRequestBodyAdvicewith default method implementations.Allows customizing the response after the execution of an@ResponseBodyor aResponseEntitycontroller method but before the body is written with anHttpMessageConverter.A controller method return value type for asynchronous request processing where one or more objects are written to the response.A simple holder of data to be written along with a MediaType hint for selecting a message converter to write with.ExtendsInvocableHandlerMethodwith the ability to handle return values through a registeredHandlerMethodReturnValueHandlerand also supports setting the response status based on a method-level@ResponseStatusannotation.A builder for an SSE event.