Uses of Interface
org.springframework.web.accept.ApiVersionParser
Packages that use ApiVersionParser
Package
Description
This package contains classes used to determine the requested the media types in a request.
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.Spring WebFlux configuration infrastructure.
Annotation-based setup for Spring MVC.
-
Uses of ApiVersionParser in org.springframework.web.accept
Classes in org.springframework.web.accept that implement ApiVersionParserModifier and TypeClassDescriptionclass
Parser for semantic API versioning with major, minor, and patch values.Constructors in org.springframework.web.accept with parameters of type ApiVersionParserModifierConstructorDescriptionDefaultApiVersionStrategy
(List<ApiVersionResolver> versionResolvers, ApiVersionParser<?> versionParser, @Nullable Boolean versionRequired, @Nullable String defaultVersion, boolean detectSupportedVersions, @Nullable Predicate<Comparable<?>> supportedVersionPredicate, @Nullable ApiVersionDeprecationHandler deprecationHandler) Create an instance.Variant of the default constructor with a customApiVersionParser
. -
Uses of ApiVersionParser in org.springframework.web.reactive.accept
Constructors in org.springframework.web.reactive.accept with parameters of type ApiVersionParserModifierConstructorDescriptionDefaultApiVersionStrategy
(List<ApiVersionResolver> versionResolvers, ApiVersionParser<?> versionParser, @Nullable Boolean versionRequired, @Nullable String defaultVersion, boolean detectSupportedVersions, @Nullable Predicate<Comparable<?>> supportedVersionPredicate, @Nullable ApiVersionDeprecationHandler deprecationHandler) Create an instance.Variant of the default constructor with a customApiVersionParser
. -
Uses of ApiVersionParser in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config with parameters of type ApiVersionParserModifier and TypeMethodDescriptionApiVersionConfigurer.setVersionParser
(@Nullable ApiVersionParser<?> versionParser) Configure a parser to parse API versions with. -
Uses of ApiVersionParser in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation with parameters of type ApiVersionParserModifier and TypeMethodDescriptionApiVersionConfigurer.setVersionParser
(@Nullable ApiVersionParser<?> versionParser) Configure a parser to parse API versions with.