Interface PathMatcher
-
- All Known Implementing Classes:
PrefixPathMatcher
,RegexPathMatcher
public interface PathMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(java.lang.String path)
Matches given path with the configured path parameter
-