public class InstanceProducer<T> extends AbstractProducer<javax.enterprise.inject.Instance<T>>
Constructor and Description |
---|
InstanceProducer(Class<javax.enterprise.inject.Instance<T>> returnType,
Set<Annotation> qualifiers,
WebBeansContext webBeansContext) |
Modifier and Type | Method and Description |
---|---|
protected javax.enterprise.inject.Instance<T> |
produce(Map<javax.enterprise.inject.spi.Interceptor<?>,?> interceptors,
CreationalContextImpl<javax.enterprise.inject.Instance<T>> creationalContext) |
defineInterceptorStack, defineLifecycleInterceptors, dispose, getInjectionPoints, getInterceptorInfo, getMethodInterceptors, getProxyFactory, hasInterceptorInfo, isDelegateInjection, needsProxy, produce, unwrapProxyInstance
public InstanceProducer(Class<javax.enterprise.inject.Instance<T>> returnType, Set<Annotation> qualifiers, WebBeansContext webBeansContext)
protected javax.enterprise.inject.Instance<T> produce(Map<javax.enterprise.inject.spi.Interceptor<?>,?> interceptors, CreationalContextImpl<javax.enterprise.inject.Instance<T>> creationalContext)
produce
in class AbstractProducer<javax.enterprise.inject.Instance<T>>
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.