| Package | Description |
|---|---|
| org.aoju.bus.core.text.replacer |
文本替换类抽象及实现
|
| Modifier and Type | Method and Description |
|---|---|
PrivacyReplacer |
PrivacyReplacer.setValueDelimiter(char valueDelimiter) |
PrivacyReplacer |
PrivacyReplacer.setValueDelimiter(String valueDelimiter)
设置要使用的变量默认值分隔符
|
PrivacyReplacer |
PrivacyReplacer.setValueDelimiterMatcher(Matchers valueDelimiterMatcher) |
PrivacyReplacer |
PrivacyReplacer.setVariablePrefix(char prefix)
设置要使用的变量前缀
|
PrivacyReplacer |
PrivacyReplacer.setVariablePrefix(String prefix)
设置要使用的变量前缀
|
PrivacyReplacer |
PrivacyReplacer.setVariablePrefixMatcher(Matchers prefixMatcher)
设置当前使用的变量前缀匹配器
|
PrivacyReplacer |
PrivacyReplacer.setVariableSuffix(char suffix)
设置要使用的变量后缀
|
PrivacyReplacer |
PrivacyReplacer.setVariableSuffix(String suffix)
设置要使用的变量后缀
|
PrivacyReplacer |
PrivacyReplacer.setVariableSuffixMatcher(Matchers suffixMatcher)
设置当前使用的变量后缀匹配器
|
Copyright © 2022. All rights reserved.