@Module public class OwnerCreationalContext<T> extends CreationalContextImpl<T>
NULL| Constructor and Description |
|---|
OwnerCreationalContext(Contextual<T> bean) |
OwnerCreationalContext(Contextual<T> bean,
CreationalContextImpl<?> parent) |
| Modifier and Type | Method and Description |
|---|---|
protected DependentCreationalContext<?> |
getNext() |
protected OwnerCreationalContext<T> |
getOwner() |
protected boolean |
isTop() |
protected void |
setNext(DependentCreationalContext<?> dep) |
clearTarget, find, findAny, findAny, findByName, findInjectionPoint, findWithNull, get, getAny, getBean, getDelegate, getInjectionPoint, getParentValue, getValue, push, release, setInjectionPoint, toStringpublic OwnerCreationalContext(Contextual<T> bean)
public OwnerCreationalContext(Contextual<T> bean, CreationalContextImpl<?> parent)
protected boolean isTop()
isTop in class CreationalContextImpl<T>protected OwnerCreationalContext<T> getOwner()
getOwner in class CreationalContextImpl<T>protected DependentCreationalContext<?> getNext()
getNext in class CreationalContextImpl<T>protected void setNext(DependentCreationalContext<?> dep)