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}.
| Constructor | Description |
|---|---|
AntPathStringMatcher(String pattern) |
|
AntPathStringMatcher(String pattern,
boolean caseSensitive) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
matchStrings(String str,
Map<String,String> uriTemplateVariables) |
Main entry point.
|
Copyright © 2019–2020 Honeycomb. All rights reserved.