Generated by
JDiff

Class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver

Documentation changed from old to new.

Changed Constructors
ExceptionHandlerMethodResolver(Class<?>) Documentation changed from old to new.
A constructor that finds ExceptionHandler methods in the given type.
 

Added Methods
boolean hasExceptionMappings() Whether the contained type has any exception mappings.
 

Changed Methods
Method resolveMethod(Exception) Documentation changed from old to new.
Find a method to handle the given exception.
 

Changed Fields
MethodFilter EXCEPTION_HANDLER_METHODS Documentation changed from old to new.
A filter for selecting {@code @ExceptionHandler} methods.