Uses of Interface
org.springframework.web.reactive.accept.ApiVersionResolver
Packages that use ApiVersionResolver
Package
Description
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.Spring WebFlux configuration infrastructure.
-
Uses of ApiVersionResolver in org.springframework.web.reactive.accept
Classes in org.springframework.web.reactive.accept that implement ApiVersionResolverModifier and TypeClassDescriptionclass
ApiVersionResolver
that extract the version from a path segment.Constructor parameters in org.springframework.web.reactive.accept with type arguments of type ApiVersionResolverModifierConstructorDescriptionDefaultApiVersionStrategy
(List<ApiVersionResolver> versionResolvers, ApiVersionParser<?> versionParser, boolean versionRequired, @Nullable String defaultVersion) Create an instance. -
Uses of ApiVersionResolver in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config with parameters of type ApiVersionResolverModifier and TypeMethodDescriptionApiVersionConfigurer.useVersionResolver
(ApiVersionResolver... resolvers) Add custom resolvers to resolve the API version.