Uses of Class
org.springframework.web.reactive.result.condition.CompositeRequestCondition
Packages that use CompositeRequestCondition
Package
Description
RequestCondition
 and implementations for matching requests based on different criteria.- 
Uses of CompositeRequestCondition in org.springframework.web.reactive.result.conditionMethods in org.springframework.web.reactive.result.condition that return CompositeRequestConditionModifier and TypeMethodDescriptionCompositeRequestCondition.combine(CompositeRequestCondition other) If one instance is empty, return the other.CompositeRequestCondition.getMatchingCondition(ServerWebExchange exchange) Delegate to all contained conditions to match the request and return the resulting "matching" condition instances.Methods in org.springframework.web.reactive.result.condition with parameters of type CompositeRequestConditionModifier and TypeMethodDescriptionCompositeRequestCondition.combine(CompositeRequestCondition other) If one instance is empty, return the other.intCompositeRequestCondition.compareTo(CompositeRequestCondition other, ServerWebExchange exchange) If one instance is empty, the other "wins".