public final class StandardPathMatchers extends Object
PathMatchers.| Modifier and Type | Method and Description |
|---|---|
static PathMatcher |
fromRegex(Pattern pattern) |
static PathMatcher |
fromRegex(String regex) |
static PathMatcher |
fromSyntaxAndPattern(String syntaxAndPattern,
String separator) |
public static PathMatcher fromSyntaxAndPattern(String syntaxAndPattern, String separator)
public static PathMatcher fromRegex(String regex)
public static PathMatcher fromRegex(Pattern pattern)