spring-framework / org.springframework.web.reactive.result.condition / CompositeRequestCondition / getMatchingCondition

getMatchingCondition

open fun getMatchingCondition(exchange: ServerWebExchange): CompositeRequestCondition

Delegate to all contained conditions to match the request and return the resulting "matching" condition instances.

An empty CompositeRequestCondition matches to all requests.