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 | 
 Request mapping information. 
 | 
| 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.