Uses of Interface
org.springframework.web.accept.ApiVersionStrategy

Packages that use ApiVersionStrategy
Package
Description
Support for testing Spring MVC applications via RestTestClient with MockMvc for server request handling.
Contains built-in MockMvcBuilder implementations.
This package contains classes used to determine the requested the media types in a request.
Annotation-based setup for Spring MVC.
Provides the types that make up Spring's functional web framework for Servlet environments.
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
Common MVC logic for matching incoming requests based on conditions.
Servlet-based infrastructure for handler method processing, building on the org.springframework.web.method package.