| Package | Description | 
|---|---|
| org.springframework.expression | Core abstractions behind the Spring Expression Language. | 
| org.springframework.expression.spel.support | SpEL's default implementations for various core abstractions. | 
| Modifier and Type | Method and Description | 
|---|---|
| BeanResolver | EvaluationContext. getBeanResolver()Return a bean resolver that can look up beans by name. | 
| Modifier and Type | Method and Description | 
|---|---|
| BeanResolver | SimpleEvaluationContext. getBeanResolver()SimpleEvaluationContextdoes not support the use of bean references. | 
| BeanResolver | StandardEvaluationContext. getBeanResolver() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StandardEvaluationContext. setBeanResolver(BeanResolver beanResolver) |