Generated by
JDiff

Class org.springframework.web.server.MethodNotAllowedException

Removed Constructors
MethodNotAllowedException(String, Collection<String>)  
 

Added Constructors
MethodNotAllowedException(String, Collection<HttpMethod>)  
MethodNotAllowedException(HttpMethod, Collection<HttpMethod>)  
 

Changed Methods
Set<HttpMethod> getSupportedMethods() Change in return type from Set<String> to Set<HttpMethod>.
Return the list of supported HTTP methods.