Interface NotAcceptableAdviceTrait

    • Method Detail

      • handleMediaTypeNotAcceptable

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