@FunctionalInterface public static interface PropertyPlaceholderHelper.PlaceholderResolver
Modifier and Type | Method and Description |
---|---|
String |
resolvePlaceholder(String placeholderName)
Resolve the supplied placeholder name to the replacement value.
|