| Constructor and Description |
|---|
ForwardingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Context |
delegate() |
boolean |
equals(java.lang.Object obj) |
<T> T |
get(Contextual<T> contextual) |
<T> T |
get(Contextual<T> contextual,
CreationalContext<T> creationalContext) |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope() |
int |
hashCode() |
boolean |
isActive() |
java.lang.String |
toString() |
static Context |
unwrap(Context context) |
protected abstract Context delegate()
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
public <T> T get(Contextual<T> contextual, CreationalContext<T> creationalContext)
public <T> T get(Contextual<T> contextual)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.