| Package | Description | 
|---|---|
| org.springframework.web.servlet.mvc.method | Servlet-based infrastructure for handler method processing,
 building on the  org.springframework.web.methodpackage. | 
| org.springframework.web.servlet.mvc.method.annotation | MVC infrastructure for annotation-based handler method processing, building on the
  org.springframework.web.method.annotationpackage. | 
| Class and Description | 
|---|
| RequestMappingInfo Request mapping information. | 
| RequestMappingInfo.Builder Defines a builder for creating a RequestMappingInfo. | 
| RequestMappingInfo.BuilderConfiguration Container for configuration options used for request mapping purposes. | 
| Class and Description | 
|---|
| AbstractHandlerMethodAdapter Abstract base class for  HandlerAdapterimplementations that support
 handlers of typeHandlerMethod. | 
| RequestMappingInfo Request mapping information. | 
| RequestMappingInfoHandlerMapping Abstract base class for classes for which  RequestMappingInfodefines
 the mapping between a request and a handler method. |