Spring Boot - Exception Handling
Given this code snippet inside a class extending
ResponseEntityExceptionHandler:
@Override protected ResponseEntityWhat will be the HTTP status code returned when a malformed JSON is sent to the API?
