spring-rest-exception-handler
spring-rest-exception-handler copied to clipboard
Validation Error Handling Problem
Hi ,
Thanks for creating such a useful code sample . But i need to understand how to trigger validation in controller @RequestBody bean. So that it will trigger a validation and give json rest response to client .
I used @Valid before @RequestBody , still there is not validation trigger for expected bean .