public interface PropertyReferenceResolver
| Modifier and Type | Method and Description |
|---|---|
String |
replaceIfProperty(String value)
If the
value passed is a property placeholder, the method retrieves a value associated with it from Spring context. |
String replaceIfProperty(String value)
value passed is a property placeholder, the method retrieves a value associated with it from Spring context.
Otherwise the value passed is returned as is.value - the placeholder (or value) to be resolvedvalue itself, if it's not a placeholderCopyright © 2019. All rights reserved.