Uses of Class
org.springframework.web.HttpMediaTypeNotAcceptableException
Packages that use HttpMediaTypeNotAcceptableException
Package
Description
This package contains classes used to determine the requested the media types in a request.
-
Uses of HttpMediaTypeNotAcceptableException in org.springframework.web.accept
Methods in org.springframework.web.accept that throw HttpMediaTypeNotAcceptableExceptionModifier and TypeMethodDescriptionAbstractMappingContentNegotiationStrategy.handleNoMatch(NativeWebRequest request, String key) Override to provide handling when a key is not resolved via.AbstractMappingContentNegotiationStrategy.resolveMediaTypeKey(NativeWebRequest webRequest, @Nullable String key) An alternative toAbstractMappingContentNegotiationStrategy.resolveMediaTypes(NativeWebRequest)that accepts an already extracted key.AbstractMappingContentNegotiationStrategy.resolveMediaTypes(NativeWebRequest webRequest) ContentNegotiationManager.resolveMediaTypes(NativeWebRequest request) ContentNegotiationStrategy.resolveMediaTypes(NativeWebRequest webRequest) Resolve the given request to a list of media types.HeaderContentNegotiationStrategy.resolveMediaTypes(NativeWebRequest request) Resolve the given request to a list of media types.