| Package | Description |
|---|---|
| org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.injection.producer |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| 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 class is immutable. |
| Modifier and Type | Method and Description |
|---|---|
<T> ConstructorInjectionPoint<T> |
InjectionPointFactory.createConstructorInjectionPoint(Bean<T> declaringBean,
Class<?> declaringComponentClass,
EnhancedAnnotatedConstructor<T> constructor,
BeanManagerImpl manager) |
<T> ConstructorInjectionPoint<T> |
InjectionPointFactory.createConstructorInjectionPoint(Bean<T> declaringBean,
EnhancedAnnotatedType<T> type,
BeanManagerImpl manager) |
| Constructor and Description |
|---|
ProxyClassConstructorInjectionPointWrapper(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. |
ConstructorInjectionPoint<T> |
DefaultInstantiator.getConstructorInjectionPoint() |
abstract ConstructorInjectionPoint<T> |
AbstractInstantiator.getConstructorInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
protected EnhancedAnnotatedConstructor<T> |
SubclassedComponentInstantiator.initEnhancedSubclass(BeanManagerImpl manager,
EnhancedAnnotatedType<T> type,
Bean<?> bean,
ConstructorInjectionPoint<T> originalConstructorInjectionPoint) |
| Constructor and Description |
|---|
SubclassedComponentInstantiator(EnhancedAnnotatedType<T> type,
Bean<T> bean,
ConstructorInjectionPoint<T> originalConstructor,
BeanManagerImpl manager) |
Copyright © 2015. All Rights Reserved.