@FunctionalInterface
public static interface PropertyPlaceholderHelper.PlaceholderResolver
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolvePlaceholder(java.lang.String placeholderName)
Resolve the supplied placeholder name to the replacement value.
|
@Nullable java.lang.String resolvePlaceholder(java.lang.String placeholderName)
placeholderName
- the name of the placeholder to resolvenull
if no replacement is to be made