Package | Description |
---|---|
cn.hutool.core.text |
提供文本相关操作的封装,还包括Unicode工具UnicodeUtil
|
Modifier and Type | Method and Description |
---|---|
AntPathMatcher |
AntPathMatcher.setCachePatterns(boolean cachePatterns)
Specify whether to cache parsed pattern metadata for patterns passed
into this matcher's
match(java.lang.String, java.lang.String) method. |
AntPathMatcher |
AntPathMatcher.setCaseSensitive(boolean caseSensitive)
设置是否大小写敏感,默认为
true |
AntPathMatcher |
AntPathMatcher.setPathSeparator(String pathSeparator)
设置路径分隔符
|
AntPathMatcher |
AntPathMatcher.setTrimTokens(boolean trimTokens)
设置是否去除路径节点两边的空白符,默认为
false |
Copyright © 2024. All rights reserved.