Uses of Interface
org.springframework.web.accept.ApiVersionDeprecationHandler
Packages that use ApiVersionDeprecationHandler
Package
Description
This package contains classes used to determine the requested the media types in a request.
-
Uses of ApiVersionDeprecationHandler in org.springframework.web.accept
Classes in org.springframework.web.accept that implement ApiVersionDeprecationHandlerModifier and TypeClassDescriptionclassConstructors in org.springframework.web.accept with parameters of type ApiVersionDeprecationHandlerModifierConstructorDescriptionDefaultApiVersionStrategy(List<ApiVersionResolver> versionResolvers, ApiVersionParser<?> versionParser, @Nullable Boolean versionRequired, @Nullable String defaultVersion, boolean detectSupportedVersions, @Nullable Predicate<Comparable<?>> supportedVersionPredicate, @Nullable ApiVersionDeprecationHandler deprecationHandler) Create an instance.