spring-rest-exception-handler icon indicating copy to clipboard operation
spring-rest-exception-handler copied to clipboard

Validation Error Handling Problem

Open goelprateek opened this issue 8 years ago • 0 comments

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 .

goelprateek avatar Jan 27 '17 08:01 goelprateek