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.
-
Uses of ApiVersionParser in org.springframework.web.accept
Classes in org.springframework.web.accept that implement ApiVersionParserModifier and TypeClassDescriptionclassParser 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.