public class InjectManager.ErrorReferenceFactory<T> extends InjectManager.ReferenceFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
create(CreationalContextImpl<T> env,
CreationalContextImpl<?> parentEnv,
InjectionPoint ip) |
boolean |
isProducer() |
create, getBean, isResolved, validate
public boolean isProducer()
isProducer
in class InjectManager.ReferenceFactory<T>
public T create(CreationalContextImpl<T> env, CreationalContextImpl<?> parentEnv, InjectionPoint ip)
create
in class InjectManager.ReferenceFactory<T>