| Package | Description |
|---|---|
| org.springframework.util |
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
PropertyPlaceholderHelper.parseStringValue(String value,
PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver,
Set<String> visitedPlaceholders) |
String |
PropertyPlaceholderHelper.replacePlaceholders(String value,
PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver)
Replaces all placeholders of format
${name} with the value returned
from the supplied PropertyPlaceholderHelper.PlaceholderResolver. |