org.springframework.web.method package.See: Description
| Interface | Description | 
|---|---|
| RequestMappingInfo.Builder | 
 Defines a builder for creating a RequestMappingInfo. 
 | 
| Class | Description | 
|---|---|
| AbstractHandlerMethodAdapter | 
 Abstract base class for  
HandlerAdapter implementations that support
 handlers of type HandlerMethod. | 
| RequestMappingInfo | 
 A  
RequestCondition that consists of the following other conditions:
 
 PatternsRequestCondition
 RequestMethodsRequestCondition
 ParamsRequestCondition
 HeadersRequestCondition
 ConsumesRequestCondition
 ProducesRequestCondition
 RequestCondition (optional, custom request condition)
  | 
| RequestMappingInfo.BuilderConfiguration | 
 Container for configuration options used for request mapping purposes. 
 | 
| RequestMappingInfoHandlerMapping | 
 Abstract base class for classes for which  
RequestMappingInfo defines
 the mapping between a request and a handler method. | 
| RequestMappingInfoHandlerMethodMappingNamingStrategy | 
 A  
HandlerMethodMappingNamingStrategy for RequestMappingInfo-based handler
 method mappings. | 
org.springframework.web.method package.