Uses of Interface
org.springframework.web.reactive.accept.ApiVersionDeprecationHandler
Packages that use ApiVersionDeprecationHandler
Package
Description
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.Spring WebFlux configuration infrastructure.
-
Uses of ApiVersionDeprecationHandler in org.springframework.web.reactive.accept
Classes in org.springframework.web.reactive.accept that implement ApiVersionDeprecationHandlerModifier and TypeClassDescriptionclass
Constructors in org.springframework.web.reactive.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.reactive.config
Methods in org.springframework.web.reactive.config with parameters of type ApiVersionDeprecationHandlerModifier and TypeMethodDescriptionApiVersionConfigurer.setDeprecationHandler
(ApiVersionDeprecationHandler handler) Configure a handler to add handling for requests with a deprecated API version.