public class AbstractDecoratorInjectionTarget<T> extends InjectionTargetImpl<T>
annotatedType, constructor, webBeansContext| Constructor and Description |
|---|
AbstractDecoratorInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
Set<javax.enterprise.inject.spi.InjectionPoint> points,
WebBeansContext webBeansContext,
List<javax.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods,
List<javax.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.AnnotatedConstructor<T> |
createConstructor() |
defineLifecycleInterceptors, getConstructor, hasAroundConstruct, inject, needsProxy, newInstance, postConstruct, preDestroy, producedefineInterceptorStack, dispose, getInjectionPoints, getInterceptorInfo, getMethodInterceptors, getProxyFactory, hasInterceptorInfo, isDelegateInjection, produce, unwrapProxyInstancepublic AbstractDecoratorInjectionTarget(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<javax.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext, List<javax.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<javax.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)
protected javax.enterprise.inject.spi.AnnotatedConstructor<T> createConstructor()
createConstructor in class InjectionTargetImpl<T>Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.