Uses of Class
org.springframework.web.accept.InvalidApiVersionException
Packages that use InvalidApiVersionException
Package
Description
This package contains classes used to determine the requested the media types in a request.
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.-
Uses of InvalidApiVersionException in org.springframework.web.accept
Subclasses of InvalidApiVersionException in org.springframework.web.acceptModifier and TypeClassDescriptionclass
Exception raised when an API version is valid, but did not match the versions declared in request mappings for the endpoint.Methods in org.springframework.web.accept that throw InvalidApiVersionExceptionModifier and TypeMethodDescriptionvoid
ApiVersionStrategy.validateVersion
(@Nullable Comparable<?> requestVersion, HttpServletRequest request) Validate a request version, including required and supported version checks.void
DefaultApiVersionStrategy.validateVersion
(@Nullable Comparable<?> requestVersion, HttpServletRequest request) -
Uses of InvalidApiVersionException in org.springframework.web.reactive.accept
Methods in org.springframework.web.reactive.accept that throw InvalidApiVersionExceptionModifier and TypeMethodDescriptionvoid
ApiVersionStrategy.validateVersion
(@Nullable Comparable<?> requestVersion, ServerWebExchange exchange) Validate a request version, including required and supported version checks.void
DefaultApiVersionStrategy.validateVersion
(@Nullable Comparable<?> requestVersion, ServerWebExchange exchange)