public class BeanFactoryResolver extends Object implements org.springframework.expression.BeanResolver
BeanFactory.| Constructor and Description | 
|---|
| BeanFactoryResolver(org.springframework.beans.factory.BeanFactory beanFactory)Create a new  BeanFactoryResolverfor the given factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | resolve(org.springframework.expression.EvaluationContext context,
       String beanName) | 
public BeanFactoryResolver(org.springframework.beans.factory.BeanFactory beanFactory)
BeanFactoryResolver for the given factory.beanFactory - the BeanFactory to resolve bean names against