public class PropertyReferenceResolverImpl extends Object implements PropertyReferenceResolver
| Constructor and Description |
|---|
PropertyReferenceResolverImpl(org.springframework.core.env.Environment environment) |
| 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. |
public PropertyReferenceResolverImpl(org.springframework.core.env.Environment environment)
public String replaceIfProperty(String value)
PropertyReferenceResolvervalue passed is a property placeholder, the method retrieves a value associated with it from Spring context.
Otherwise the value passed is returned as is.replaceIfProperty in interface PropertyReferenceResolvervalue - the placeholder (or value) to be resolvedvalue itself, if it's not a placeholderCopyright © 2019. All rights reserved.