| Package | Description |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.injection | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
ConstructorInjectionPoint<T> |
AbstractClassBean.getConstructor()
Returns the constructor
|
| 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 |
|---|---|
static <T> ConstructorInjectionPoint<T> |
ConstructorInjectionPoint.of(javax.enterprise.inject.spi.Bean<T> declaringBean,
WeldConstructor<T> constructor) |
| Constructor and Description |
|---|
ProxyClassConstructorInjectionPointWrapper(javax.enterprise.inject.spi.Bean<T> declaringBean,
WeldConstructor<T> weldConstructor,
ConstructorInjectionPoint<T> originalConstructorInjectionPoint) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConstructorInjectionPoint<T> |
Beans.getBeanConstructor(javax.enterprise.inject.spi.Bean<T> declaringBean,
WeldClass<T> type) |
Copyright © 2014 Seam Framework. All Rights Reserved.