public final class StandardPathMatchers extends Object
PathMatcher
s.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)