Generated by
JDiff

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

Documentation changed from old to new.

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.
RequestMappingInfo getMappingForMethod(Method, Class<?>) Documentation changed from old to new.
Uses method and type-level @RequestMapping annotations to create the RequestMappingInfo.
boolean isHandler(Class<?>) Documentation changed from old to new.
{@inheritDoc} Expects a handler to have a type-level @Controller annotation.