A resolver to extract and convert the payload of a message using a {@link MessageConverter}. It also validates the payload using a {@link Validator} if the argument is annotated with a Validation annotation.
This {@link HandlerMethodArgumentResolver} should be ordered last as it supports alltypes and does not require the {@link Payload} annotation.
@author Rossen Stoyanchev
@author Brian Clozel
@author Stephane Nicoll
@since 4.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.