spring-framework / org.springframework.web.util / UriTemplate / matches

matches

open fun matches(@Nullable uri: String): Boolean

Indicate whether the given URI matches this template.

Parameters

uri - the URI to match to

Return
true if it matches; false otherwise