Package | Description |
---|---|
org.jboss.weld.injection | |
org.jboss.weld.injection.producer |
Modifier and Type | Class and Description |
---|---|
class |
ProxyClassConstructorInjectionPointWrapper<T>
A wrapper on a
ConstructorInjectionPoint , to be used if a proxy subclass is instantiated instead of the
original (e.g. |
Modifier and Type | Method and Description |
---|---|
<T> ConstructorInjectionPoint<T> |
InjectionPointFactory.createConstructorInjectionPoint(javax.enterprise.inject.spi.Bean<T> declaringBean,
Class<?> declaringComponentClass,
EnhancedAnnotatedConstructor<T> constructor,
BeanManagerImpl manager) |
<T> ConstructorInjectionPoint<T> |
InjectionPointFactory.createConstructorInjectionPoint(javax.enterprise.inject.spi.Bean<T> declaringBean,
EnhancedAnnotatedType<T> type,
BeanManagerImpl manager) |
Constructor and Description |
---|
ProxyClassConstructorInjectionPointWrapper(javax.enterprise.inject.spi.Bean<T> declaringBean,
Class<?> declaringComponentClass,
EnhancedAnnotatedConstructor<T> weldConstructor,
ConstructorInjectionPoint<T> originalConstructorInjectionPoint,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
ConstructorInjectionPoint<T> |
SubclassedComponentInstantiator.getConstructorInjectionPoint()
Note that this method return a
ConstructorInjectionPoint that represents the constructor of an enhanced subclass. |
abstract ConstructorInjectionPoint<T> |
AbstractInstantiator.getConstructorInjectionPoint() |
ConstructorInjectionPoint<T> |
DefaultInstantiator.getConstructorInjectionPoint() |
Modifier and Type | Method and Description |
---|---|
protected EnhancedAnnotatedConstructor<T> |
SubclassedComponentInstantiator.initEnhancedSubclass(BeanManagerImpl manager,
EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<?> bean,
ConstructorInjectionPoint<T> originalConstructorInjectionPoint) |
Constructor and Description |
---|
SubclassedComponentInstantiator(EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
ConstructorInjectionPoint<T> originalConstructor,
BeanManagerImpl manager) |
Copyright © 2016. All rights reserved.