Generated by
JDiff

Class org.springframework.web.method.support.InvocableHandlerMethod

Documentation changed from old to new.

Added Constructors
InvocableHandlerMethod(HandlerMethod) Create an instance from a {@code HandlerMethod}.
 

Changed Constructors
InvocableHandlerMethod(Object, Method) Documentation changed from old to new.
Creates an instance from the given handler and method.
 

Changed Methods
Object invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object[]) Documentation changed from old to new.
Invoke the method after resolving its argument values in the context of the given request.