Generated by
JDiff

Package org.springframework.web.servlet.mvc.method

Added Classes
RequestMappingInfoHandlerMethodMappingNamingStrategy A HandlerMethodMappingNamingStrategy for {@code RequestMappingInfo}-based handler method mappings.
 

Changed Classes
RequestMappingInfo Encapsulates the following request mapping conditions:
  1. PatternsRequestCondition
  2. RequestMethodsRequestCondition
  3. ParamsRequestCondition
  4. HeadersRequestCondition
  5. ConsumesRequestCondition
  6. ProducesRequestCondition
  7. {@code RequestCondition} (optional, custom request condition)
RequestMappingInfoHandlerMapping Abstract base class for classes for which RequestMappingInfo defines the mapping between a request and a handler method.