| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.parse.placeholder |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
PropertyPlaceholder.parseStringValue(String value,
PropertyPlaceholder.PlaceholderResolver placeholderResolver,
Set<String> visitedPlaceholders) |
String |
PropertyPlaceholder.replacePlaceholders(String value,
PropertyPlaceholder.PlaceholderResolver placeholderResolver)
Replaces all placeholders of format
${name} with the value returned from the supplied PropertyPlaceholder.PlaceholderResolver. |
Copyright © 2021. All rights reserved.