How to handle the JSON parsing error in the Spring Rest web service
I have a rest web service developed with Spring Boot. I am able to handle all the exceptions that occur because of my code, but suppose that the object json that the client publishes is not compatible with the object with which I want to draw it. get