Uses of Package
org.springframework.web.accept
Packages that use org.springframework.web.accept
Package
Description
This package contains classes used to determine the requested the media types in a request.
-
Classes in org.springframework.web.accept used by org.springframework.web.acceptClassDescriptionBase class for
ContentNegotiationStrategyimplementations with the steps to resolve a request to media types.Contract to add handling of requests with a deprecated API version.Contract to parse a version into an Object representation.Contract to extract the version from a request.The main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Central class to determine requested media types for a request.A strategy for resolving the requested media types for a request.Exception raised when an API version cannot be parsed, or is not in the supported version set.An implementation ofMediaTypeFileExtensionResolverthat maintains lookups between file extensions and MediaTypes in both directions.Strategy to resolve aMediaTypeto a list of file extensions — for example, to resolve "application/json" to "json".Exception raised when an API version is required, but is not present.Representation of a semantic version.A spec to configure deprecation details for an API version.