Uses of Class
org.aoju.bus.core.text.replacer.PrivacyReplacer
Packages that use PrivacyReplacer
-
Uses of PrivacyReplacer in org.aoju.bus.core.text.replacer
Methods in org.aoju.bus.core.text.replacer that return PrivacyReplacerModifier and TypeMethodDescriptionPrivacyReplacer.setValueDelimiter(char valueDelimiter) PrivacyReplacer.setValueDelimiter(String valueDelimiter) 设置要使用的变量默认值分隔符PrivacyReplacer.setValueDelimiterMatcher(Matchers valueDelimiterMatcher) PrivacyReplacer.setVariablePrefix(char prefix) 设置要使用的变量前缀PrivacyReplacer.setVariablePrefix(String prefix) 设置要使用的变量前缀PrivacyReplacer.setVariablePrefixMatcher(Matchers prefixMatcher) 设置当前使用的变量前缀匹配器PrivacyReplacer.setVariableSuffix(char suffix) 设置要使用的变量后缀PrivacyReplacer.setVariableSuffix(String suffix) 设置要使用的变量后缀PrivacyReplacer.setVariableSuffixMatcher(Matchers suffixMatcher) 设置当前使用的变量后缀匹配器