Interface TypeMismatchAdviceTrait

    • Method Detail

      • handleTypeMismatch

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