org.springframework.util
Interface StringValueResolver
public interface StringValueResolver
Simple strategy interface for resolving a String value.
Used by org.springframework.beans.factory.config.ConfigurableBeanFactory
.
- Since:
- 2.5
- Author:
- Juergen Hoeller
- See Also:
org.springframework.beans.factory.config.ConfigurableBeanFactory#resolveAliases
,
org.springframework.beans.factory.config.BeanDefinitionVisitor#BeanDefinitionVisitor(StringValueResolver)
,
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
Method Summary |
java.lang.String |
resolveStringValue(java.lang.String strVal)
Resolve the given String value, for example parsing placeholders. |
resolveStringValue
java.lang.String resolveStringValue(java.lang.String strVal)
- Resolve the given String value, for example parsing placeholders.
- Parameters:
strVal
- the original String value
- Returns:
- the resolved String value