Interface MethodNotAllowedAdviceTrait

    • Method Detail

      • handleRequestMethodNotSupportedException

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