protected static class AntPathMatcher.AntPathStringMatcher extends Object
Pattern.
The pattern may contain special characters: '*' means zero or more characters; '?' means one and only one character; '{' and '}' indicate a URI template pattern. For example /users/{user}.
| 构造器和说明 |
|---|
AntPathStringMatcher(String pattern) |
AntPathStringMatcher(String pattern,
boolean caseSensitive) |
Copyright © 2020. All rights reserved.