public class LazyInterceptorDefinedInjectionTarget<T> extends InjectionTargetImpl<T>
annotatedType, constructor, webBeansContext
injectionPoints, interceptorInfo, methodInterceptors, passivationId, proxyClass, proxyFactory
Constructor and Description |
---|
LazyInterceptorDefinedInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints,
WebBeansContext webBeansContext,
List<javax.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods,
List<javax.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods) |
Modifier and Type | Method and Description |
---|---|
T |
produce(javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
createConstructor, defineLifecycleInterceptors, getConstructor, hasAroundConstruct, inject, needsProxy, newInstance, postConstruct, preDestroy, produce
defineInterceptorStack, dispose, filterDecorators, getInjectionPoints, getInterceptorInfo, getMethodInterceptors, getProxyFactory, hasInterceptorInfo, isDelegateInjection, unwrapProxyInstance
public LazyInterceptorDefinedInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints, WebBeansContext webBeansContext, List<javax.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<javax.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.