org.springframework.web.method package.See: Description
| Class | Description | 
|---|---|
| AbstractHandlerMethodAdapter | 
 Abstract base class for  
HandlerAdapter implementations that support
 handlers of type HandlerMethod. | 
| RequestMappingInfo | 
 Encapsulates the following request mapping conditions:
 
         
PatternsRequestCondition
        RequestMethodsRequestCondition
        ParamsRequestCondition
        HeadersRequestCondition
        ConsumesRequestCondition
        ProducesRequestCondition
        RequestCondition (optional, custom request condition)
  | 
| 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.