public class SystemPropertyPlaceholderResolver extends Object implements PropertyPlaceholderHelper.PlaceholderResolver
| Constructor and Description |
|---|
SystemPropertyPlaceholderResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
resolvePlaceholder(String placeholderName)
Resolve the supplied placeholder name to the replacement value.
|
public String resolvePlaceholder(String placeholderName)
PropertyPlaceholderHelper.PlaceholderResolverresolvePlaceholder in interface PropertyPlaceholderHelper.PlaceholderResolverplaceholderName - the name of the placeholder to resolvenull if no replacement is to be madeCopyright © 2024. All rights reserved.