private static class ApplicationContextAwareProcessor.EmbeddedValueResolver extends java.lang.Object implements StringValueResolver
Modifier and Type | Field and Description |
---|---|
private ConfigurableBeanFactory |
beanFactory |
Constructor and Description |
---|
ApplicationContextAwareProcessor.EmbeddedValueResolver(ConfigurableBeanFactory beanFactory) |
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 ConfigurableBeanFactory beanFactory
public ApplicationContextAwareProcessor.EmbeddedValueResolver(ConfigurableBeanFactory beanFactory)
public java.lang.String resolveStringValue(java.lang.String strVal)
StringValueResolver
resolveStringValue
in interface StringValueResolver
strVal
- the original String value