Uses of Class
org.springframework.web.reactive.result.condition.CompositeRequestCondition
Packages that use CompositeRequestCondition Package Description org.springframework.web.reactive.result.condition RequestConditionand implementations for matching requests based on different criteria.Uses of CompositeRequestCondition in org.springframework.web.reactive.result.condition
Methods in org.springframework.web.reactive.result.condition that return CompositeRequestCondition Modifier and Type Method Description CompositeRequestConditionCompositeRequestCondition. combine(CompositeRequestCondition other)If one instance is empty, return the other.CompositeRequestConditionCompositeRequestCondition. 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 CompositeRequestCondition Modifier and Type Method Description CompositeRequestConditionCompositeRequestCondition. 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".