Uses of Class
org.springframework.web.server.NotAcceptableStatusException
Packages that use 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
Methods in org.springframework.web.reactive.accept that throw NotAcceptableStatusExceptionModifier and TypeMethodDescriptionHeaderContentTypeResolver.resolveMediaTypes
(ServerWebExchange exchange) ParameterContentTypeResolver.resolveMediaTypes
(ServerWebExchange exchange) -
Uses of NotAcceptableStatusException in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation with parameters of type NotAcceptableStatusExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<ResponseEntity<Object>>
ResponseEntityExceptionHandler.handleNotAcceptableStatusException
(NotAcceptableStatusException ex, HttpHeaders headers, HttpStatusCode status, ServerWebExchange exchange) Customize the handling ofNotAcceptableStatusException
.