Uses of Class
org.springframework.web.server.NotAcceptableStatusException
Package
Description
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.Infrastructure for annotation-based handler method processing.
-
Uses of NotAcceptableStatusException in org.springframework.web.reactive.accept
Modifier and TypeMethodDescriptionHeaderContentTypeResolver.resolveMediaTypes
(ServerWebExchange exchange) ParameterContentTypeResolver.resolveMediaTypes
(ServerWebExchange exchange) -
Uses of NotAcceptableStatusException in org.springframework.web.reactive.result.method.annotation
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<ResponseEntity<Object>>
ResponseEntityExceptionHandler.handleNotAcceptableStatusException
(NotAcceptableStatusException ex, HttpHeaders headers, HttpStatusCode status, ServerWebExchange exchange) Customize the handling ofNotAcceptableStatusException
.