public class InjectManager.NormalContextReferenceFactory<T> extends InjectManager.ReferenceFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
create(CreationalContextImpl<T> env,
CreationalContextImpl<?> parentEnv,
InjectionPoint ip) |
Bean<T> |
getBean() |
protected void |
validate() |
create, isProducer, isResolved
protected void validate()
validate
in class InjectManager.ReferenceFactory<T>
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>