Package | Description |
---|---|
org.jboss.weld.injection | |
org.jboss.weld.injection.attributes | |
org.jboss.weld.injection.producer | |
org.jboss.weld.util |
Modifier and Type | Class and Description |
---|---|
class |
ParameterInjectionPointImpl<T,X> |
Modifier and Type | Method and Description |
---|---|
<T,X> ParameterInjectionPoint<T,X> |
InjectionPointFactory.createParameterInjectionPoint(EnhancedAnnotatedParameter<T,X> parameter,
javax.enterprise.inject.spi.Bean<?> declaringBean,
Class<?> declaringComponentClass,
BeanManagerImpl manager)
Creates a new
ParameterInjectionPoint and fires the ProcessInjectionPoint event. |
Modifier and Type | Method and Description |
---|---|
List<ParameterInjectionPoint<?,T>> |
ProxyClassConstructorInjectionPointWrapper.getParameterInjectionPoints() |
<X> List<ParameterInjectionPoint<?,X>> |
InjectionPointFactory.getParameterInjectionPoints(EnhancedAnnotatedCallable<?,X,?> callable,
javax.enterprise.inject.spi.Bean<?> declaringBean,
Class<?> declaringComponentClass,
BeanManagerImpl manager,
boolean observerOrDisposer) |
Modifier and Type | Class and Description |
---|---|
class |
SpecialParameterInjectionPoint<T,X>
Represents a method/constructor parameter, which is not an injection point.
|
Modifier and Type | Method and Description |
---|---|
static <T,X> ParameterInjectionPoint<T,X> |
SpecialParameterInjectionPoint.of(EnhancedAnnotatedParameter<T,X> parameter,
javax.enterprise.inject.spi.Bean<?> bean,
Class<?> declaringComponentClass,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
List<ParameterInjectionPoint<?,T>> |
DefaultInstantiator.getParameterInjectionPoints() |
Modifier and Type | Method and Description |
---|---|
static <X> Set<ParameterInjectionPoint<?,X>> |
InjectionPoints.filterOutSpecialParameterInjectionPoints(List<ParameterInjectionPoint<?,X>> injectionPoints) |
static Set<ParameterInjectionPoint<?,?>> |
InjectionPoints.flattenParameterInjectionPoints(List<Set<MethodInjectionPoint<?,?>>> methodInjectionPoints) |
Modifier and Type | Method and Description |
---|---|
static <X> Set<ParameterInjectionPoint<?,X>> |
InjectionPoints.filterOutSpecialParameterInjectionPoints(List<ParameterInjectionPoint<?,X>> injectionPoints) |
Copyright © 2016. All rights reserved.