public interface EmbeddedValueResolverAware
extends org.springframework.beans.factory.Aware
StringValueResolver for the resolution of embedded definition values.
 This is an alternative to a full ConfigurableBeanFactory dependency via the
 ApplicationContextAware/BeanFactoryAware interfaces.
ConfigurableBeanFactory.resolveEmbeddedValue(String), 
ConfigurableBeanFactory.getBeanExpressionResolver(), 
EmbeddedValueResolver| Modifier and Type | Method and Description | 
|---|---|
| void | setEmbeddedValueResolver(org.springframework.util.StringValueResolver resolver)Set the StringValueResolver to use for resolving embedded definition values. |