public interface MissingServletRequestParameterAdviceTrait extends AdviceTrait
MissingServletRequestParameterException,
Response.Status.BAD_REQUEST| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<org.zalando.problem.Problem> |
handleMissingServletRequestParameter(org.springframework.web.bind.MissingServletRequestParameterException exception,
org.springframework.web.context.request.NativeWebRequest request) |
@ExceptionHandler
default org.springframework.http.ResponseEntity<org.zalando.problem.Problem> handleMissingServletRequestParameter(org.springframework.web.bind.MissingServletRequestParameterException exception,
org.springframework.web.context.request.NativeWebRequest request)
Copyright © 2015 Zalando SE. All rights reserved.