spring-framework / org.springframework.web.servlet.mvc.condition / CompositeRequestCondition / getMatchingCondition

getMatchingCondition

@Nullable open fun getMatchingCondition(request: HttpServletRequest): CompositeRequestCondition

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

An empty CompositeRequestCondition matches to all requests.