public class BeanExpressionContext extends Object
| Constructor and Description | 
|---|
| BeanExpressionContext(ConfigurableBeanFactory beanFactory,
                     Scope scope) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsObject(String key) | 
| boolean | equals(Object other) | 
| ConfigurableBeanFactory | getBeanFactory() | 
| Object | getObject(String key) | 
| Scope | getScope() | 
| int | hashCode() | 
public BeanExpressionContext(ConfigurableBeanFactory beanFactory, @Nullable Scope scope)
public final ConfigurableBeanFactory getBeanFactory()
@Nullable public final Scope getScope()
public boolean containsObject(String key)