public class InjectManager.DependentReferenceFactory<T> extends InjectManager.ReferenceFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
create(CreationalContextImpl<T> env,
CreationalContextImpl<?> parentEnv,
InjectionPoint ip) |
Bean<T> |
getBean() |
java.lang.String |
toString() |
create, isProducer, isResolved, validate
public Bean<T> getBean()
getBean
in class InjectManager.ReferenceFactory<T>
public T create(CreationalContextImpl<T> env, CreationalContextImpl<?> parentEnv, InjectionPoint ip)
create
in class InjectManager.ReferenceFactory<T>
public java.lang.String toString()
toString
in class java.lang.Object