private static class AntPathMatcher.AntPatternComparator.PatternInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
catchAllPattern |
private int |
doubleWildcards |
private Integer |
length |
private String |
pattern |
private boolean |
prefixPattern |
private int |
singleWildcards |
private int |
uriVars |
| 构造器和说明 |
|---|
PatternInfo(String pattern) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDoubleWildcards() |
int |
getLength()
Returns the length of the given pattern, where template variables are considered to be 1 long.
|
int |
getSingleWildcards() |
int |
getTotalCount() |
int |
getUriVars() |
protected void |
initCounters() |
boolean |
isLeastSpecific() |
boolean |
isPrefixPattern() |
private final String pattern
private int uriVars
private int singleWildcards
private int doubleWildcards
private boolean catchAllPattern
private boolean prefixPattern
private Integer length
public PatternInfo(String pattern)
protected void initCounters()
public int getUriVars()
public int getSingleWildcards()
public int getDoubleWildcards()
public boolean isLeastSpecific()
public boolean isPrefixPattern()
public int getTotalCount()
public int getLength()
Copyright © 2023. All rights reserved.