Uses of Class
org.springframework.web.reactive.accept.StandardApiVersionDeprecationHandler.VersionSpec
Packages that use StandardApiVersionDeprecationHandler.VersionSpec
Package
Description
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.-
Uses of StandardApiVersionDeprecationHandler.VersionSpec in org.springframework.web.reactive.accept
Methods in org.springframework.web.reactive.accept that return StandardApiVersionDeprecationHandler.VersionSpecModifier and TypeMethodDescriptionStandardApiVersionDeprecationHandler.configureVersion(String version) Mark the given API version as deprecated, and use the returnedStandardApiVersionDeprecationHandler.VersionSpecto configure the deprecation details to send to clients.StandardApiVersionDeprecationHandler.VersionSpec.setDeprecationDate(ZonedDateTime date) Specify a deprecation date for the "Deprecation" response header.StandardApiVersionDeprecationHandler.VersionSpec.setDeprecationLink(URI uri) Specify a URL for the "Link" response header withrel="deprecation"andtype="text/html".StandardApiVersionDeprecationHandler.VersionSpec.setDeprecationLink(URI uri, MediaType mediaType) Variation ofStandardApiVersionDeprecationHandler.VersionSpec.setDeprecationLink(URI)for use with a media type other than "text/html".StandardApiVersionDeprecationHandler.VersionSpec.setExchangePredicate(Predicate<ServerWebExchange> predicate) Set a predicate to further filter the exchanges to handle.StandardApiVersionDeprecationHandler.VersionSpec.setSunsetDate(ZonedDateTime date) Specify a deprecation date for the "Sunset" response header.StandardApiVersionDeprecationHandler.VersionSpec.setSunsetLink(URI uri) Specify a URL for the "Link" response header withrel="sunset"andtype="text/html".StandardApiVersionDeprecationHandler.VersionSpec.setSunsetLink(URI uri, MediaType mediaType) Variation ofStandardApiVersionDeprecationHandler.VersionSpec.setSunsetLink(URI)for use with a media type other than "text/html".