Generated by
JDiff

Package org.springframework.messaging.handler.annotation.support

Added Classes
AbstractMethodArgumentResolutionException Base class for exceptions resulting from the invocation of org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver.
MethodArgumentTypeMismatchException Exception that indicates that a method argument has not the expected type.
 

Changed Classes
MethodArgumentNotValidException Exception to be thrown when a method argument fails validation perhaps as a result of {@code @Valid} style validation, or perhaps because it is required.
PayloadArgumentResolver A resolver to extract and convert the payload of a message using a MessageConverter.