Uses of Class
org.springframework.web.server.UnsatisfiedRequestParameterException
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of UnsatisfiedRequestParameterException in org.springframework.web.reactive.result.method.annotation
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<ResponseEntity<Object>>
ResponseEntityExceptionHandler.handleUnsatisfiedRequestParameterException
(UnsatisfiedRequestParameterException ex, HttpHeaders headers, HttpStatusCode status, ServerWebExchange exchange) Customize the handling ofUnsatisfiedRequestParameterException
.