Interface ProblemAdviceTrait

    • Method Detail

      • handleProblem

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