| 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. because the original is an abstract Decorator)
This is a wrapper class, it is not thread-safe and any instance of this class should be used only for temporarily
enhancing the bean instance creation process. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConstructorInjectionPoint<T> |
ConstructorInjectionPoint.of(Bean<T> declaringBean,
WeldConstructor<T> constructor,
WeldManager beanManager) |
| Constructor and Description |
|---|
ProxyClassConstructorInjectionPointWrapper(Bean<T> declaringBean,
WeldConstructor<T> weldConstructor,
ConstructorInjectionPoint<T> originalConstructorInjectionPoint,
WeldManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConstructorInjectionPoint<T> |
Beans.getBeanConstructor(Bean<T> declaringBean,
WeldClass<T> type,
BeanManagerImpl beanManager) |
Copyright © 2016 Seam Framework. All Rights Reserved.