private class PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver extends java.lang.Object implements StringValueResolver
Modifier and Type | Field and Description |
---|---|
private PropertyPlaceholderHelper |
helper |
private PropertyPlaceholderHelper.PlaceholderResolver |
resolver |
Constructor and Description |
---|
PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver(java.util.Properties props) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolveStringValue(java.lang.String strVal)
Resolve the given String value, for example parsing placeholders.
|
private final PropertyPlaceholderHelper helper
private final PropertyPlaceholderHelper.PlaceholderResolver resolver
public PropertyPlaceholderConfigurer.PlaceholderResolvingStringValueResolver(java.util.Properties props)
public java.lang.String resolveStringValue(java.lang.String strVal) throws BeansException
StringValueResolver
resolveStringValue
in interface StringValueResolver
strVal
- the original String valueBeansException