| Package | Description |
|---|---|
| org.aoju.bus.core.text |
提供文本相关操作的封装
|
| org.aoju.bus.core.text.replacer |
文本替换类抽象及实现
|
| Modifier and Type | Method and Description |
|---|---|
static <V> Lookups<V> |
Lookups.mapLookup(Map<String,V> map)
返回使用映射查找值的查找
如果映射为null,那么每次查找都会返回null
使用toString()将映射结果对象转换为字符串
|
static Lookups<String> |
Lookups.systemPropertiesLookup()
返回一个新的查找,该查找使用当前的副本
如果安全管理器阻塞了对系统属性的访问,
则null将阻塞每次查找都返回
|
| Modifier and Type | Method and Description |
|---|---|
Lookups<?> |
PrivacyReplacer.getVariableResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrivacyReplacer.setVariableResolver(Lookups<?> variableResolver) |
| Constructor and Description |
|---|
PrivacyReplacer(Lookups<?> resolver)
创建一个新实例并初始化.
|
PrivacyReplacer(Lookups<?> resolver,
Matchers prefixMatcher,
Matchers suffixMatcher,
char escape)
创建一个新实例并初始化.
|
PrivacyReplacer(Lookups<?> resolver,
Matchers prefixMatcher,
Matchers suffixMatcher,
char escape,
Matchers delimiter)
创建一个新实例并初始化.
|
PrivacyReplacer(Lookups<?> resolver,
String prefix,
String suffix,
char escape)
创建一个新实例并初始化.
|
PrivacyReplacer(Lookups<?> resolver,
String prefix,
String suffix,
char escape,
String delimiter)
创建一个新实例并初始化.
|
Copyright © 2022. All rights reserved.