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