Interface MissingServletRequestParameterAdviceTrait

    • Method Detail

      • handleMissingServletRequestParameter

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