Uses of Class
org.springframework.web.reactive.result.condition.VersionRequestCondition
Packages that use VersionRequestCondition
Package
Description
RequestCondition
and implementations for matching requests based on different criteria.Infrastructure for handler method processing.
- 
Uses of VersionRequestCondition in org.springframework.web.reactive.result.conditionSubclasses with type arguments of type VersionRequestCondition in org.springframework.web.reactive.result.conditionModifier and TypeClassDescriptionfinal classRequest condition to map based on the API version of the request.Methods in org.springframework.web.reactive.result.condition that return VersionRequestConditionModifier and TypeMethodDescriptionVersionRequestCondition.combine(VersionRequestCondition other) VersionRequestCondition.getMatchingCondition(ServerWebExchange exchange) Methods in org.springframework.web.reactive.result.condition with parameters of type VersionRequestConditionModifier and TypeMethodDescriptionVersionRequestCondition.combine(VersionRequestCondition other) intVersionRequestCondition.compareTo(VersionRequestCondition other, ServerWebExchange exchange) 
- 
Uses of VersionRequestCondition in org.springframework.web.reactive.result.methodMethods in org.springframework.web.reactive.result.method that return VersionRequestConditionModifier and TypeMethodDescriptionRequestMappingInfo.getVersionCondition()Returns the version condition of thisRequestMappingInfo, or an instance without a version.