public interface StringValueResolver
org.springframework.beans.factory.config.ConfigurableBeanFactory.org.springframework.beans.factory.config.ConfigurableBeanFactory#resolveAliases,
org.springframework.beans.factory.config.BeanDefinitionVisitor#BeanDefinitionVisitor(StringValueResolver),
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolveStringValue(java.lang.String strVal)
Resolve the given String value, for example parsing placeholders.
|