Interface MessageNotReadableAdviceTrait

    • Method Detail

      • handleMessageNotReadableException

        @API(status=INTERNAL)
        @ExceptionHandler
        default org.springframework.http.ResponseEntity<org.zalando.problem.Problem> handleMessageNotReadableException​(org.springframework.http.converter.HttpMessageNotReadableException exception,
                                                                                                                       org.springframework.web.context.request.NativeWebRequest request)