| Package | Description |
|---|---|
| net.csdn.common.property |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PropertyPlaceholder.parseStringValue(String strVal,
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 © 2022. All rights reserved.