org.springframework.util
Interface StringValueResolver
public interface StringValueResolver
Simple strategy interface for resolving a String value. Used byorg.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
Methods Modifier and Type Method and Description String
resolveStringValue(String strVal)
Resolve the given String value, for example parsing placeholders.