Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping

Added Methods
List<String> getContentNegotiationFileExtensions() Return the known file extensions for content negotiation.
ContentNegotiationManager getContentNegotiationManager() Return the configured ContentNegotiationManager.
void setContentNegotiationManager(ContentNegotiationManager) Set the ContentNegotiationManager to use to determine requested media types.
 

Changed Methods
RequestCondition<?> getCustomMethodCondition(Method) Documentation changed from old to new.
Provide a custom method-level request condition.
RequestCondition<?> getCustomTypeCondition(Class<?>) Documentation changed from old to new.
Provide a custom type-level request condition.