Uses of Class
org.springframework.web.servlet.mvc.condition.VersionRequestCondition
Packages that use VersionRequestCondition
Package
Description
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.- 
Uses of VersionRequestCondition in org.springframework.web.servlet.mvc.conditionSubclasses with type arguments of type VersionRequestCondition in org.springframework.web.servlet.mvc.conditionModifier and TypeClassDescriptionfinal classRequest condition to map based on the API version of the request.Methods in org.springframework.web.servlet.mvc.condition that return VersionRequestConditionModifier and TypeMethodDescriptionVersionRequestCondition.combine(VersionRequestCondition other) VersionRequestCondition.getMatchingCondition(HttpServletRequest request) Methods in org.springframework.web.servlet.mvc.condition with parameters of type VersionRequestConditionModifier and TypeMethodDescriptionVersionRequestCondition.combine(VersionRequestCondition other) intVersionRequestCondition.compareTo(VersionRequestCondition other, HttpServletRequest request) 
- 
Uses of VersionRequestCondition in org.springframework.web.servlet.mvc.methodMethods in org.springframework.web.servlet.mvc.method that return VersionRequestConditionModifier and TypeMethodDescriptionRequestMappingInfo.getVersionCondition()Return the version condition of thisRequestMappingInfo, or an instance without a version.Constructors in org.springframework.web.servlet.mvc.method with parameters of type VersionRequestConditionModifierConstructorDescriptionRequestMappingInfo(@Nullable String name, @Nullable PatternsRequestCondition patterns, @Nullable RequestMethodsRequestCondition methods, @Nullable ParamsRequestCondition params, @Nullable HeadersRequestCondition headers, @Nullable ConsumesRequestCondition consumes, @Nullable ProducesRequestCondition produces, @Nullable VersionRequestCondition version, @Nullable RequestCondition<?> custom) Deprecated.RequestMappingInfo(@Nullable PatternsRequestCondition patterns, @Nullable RequestMethodsRequestCondition methods, @Nullable ParamsRequestCondition params, @Nullable HeadersRequestCondition headers, @Nullable ConsumesRequestCondition consumes, @Nullable ProducesRequestCondition produces, @Nullable VersionRequestCondition version, @Nullable RequestCondition<?> custom) Deprecated.as of 5.3 in favor usingRequestMappingInfo.BuilderviaRequestMappingInfo.paths(String...).
RequestMappingInfo.BuilderviaRequestMappingInfo.paths(String...).