It is possible by using the @RequestBody
annotation in your controller method. It will make Spring automagically map the request body into your custom class.
See: http://websystique.com/springmvc/spring-mvc-requestbody-responsebody-example
CLICK HERE to find out more related problems solutions.