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.
Annotation-based setup for Spring MVC.
-
Uses of ApiVersionDeprecationHandler in org.springframework.web.accept
Classes in org.springframework.web.accept that implement ApiVersionDeprecationHandlerModifier and TypeClassDescriptionclass
Constructors 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. -
Uses of ApiVersionDeprecationHandler in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation with parameters of type ApiVersionDeprecationHandlerModifier and TypeMethodDescriptionApiVersionConfigurer.setDeprecationHandler
(ApiVersionDeprecationHandler handler) Configure a handler to add handling for requests with a deprecated API version.