public class BeanExpressionContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ConfigurableBeanFactory |
beanFactory |
private Scope |
scope |
| Constructor and Description |
|---|
BeanExpressionContext(ConfigurableBeanFactory beanFactory,
Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsObject(java.lang.String key) |
boolean |
equals(java.lang.Object other) |
ConfigurableBeanFactory |
getBeanFactory() |
java.lang.Object |
getObject(java.lang.String key) |
Scope |
getScope() |
int |
hashCode() |
private final ConfigurableBeanFactory beanFactory
private final Scope scope
public BeanExpressionContext(ConfigurableBeanFactory beanFactory, Scope scope)
public final ConfigurableBeanFactory getBeanFactory()
public final Scope getScope()
public boolean containsObject(java.lang.String key)
public java.lang.Object getObject(java.lang.String key)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object