Package org.springframework.web.servlet.mvc.method
@NonNullApi
@NonNullFields
package org.springframework.web.servlet.mvc.method
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method
package.-
ClassDescriptionAbstract base class for
HandlerAdapter
implementations that support handlers of typeHandlerMethod
.Request mapping information.Defines a builder for creating a RequestMappingInfo.Container for configuration options used for request mapping purposes.Abstract base class for classes for whichRequestMappingInfo
defines the mapping between a request and a handler method.AHandlerMethodMappingNamingStrategy
forRequestMappingInfo
-based handler method mappings.