| Package | Description |
|---|---|
| org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.injection.attributes |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.injection.producer |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| 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,
Bean<?> declaringBean,
java.lang.Class<?> declaringComponentClass,
BeanManagerImpl manager)
Creates a new
ParameterInjectionPoint and fires the ProcessInjectionPoint event. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParameterInjectionPoint<?,T>> |
ProxyClassConstructorInjectionPointWrapper.getParameterInjectionPoints() |
<X> java.util.List<ParameterInjectionPoint<?,X>> |
InjectionPointFactory.getParameterInjectionPoints(EnhancedAnnotatedCallable<?,X,?> callable,
Bean<?> declaringBean,
java.lang.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,
Bean<?> bean,
java.lang.Class<?> declaringComponentClass,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParameterInjectionPoint<?,T>> |
DefaultInstantiator.getParameterInjectionPoints() |
| Modifier and Type | Method and Description |
|---|---|
static <X> java.util.Set<ParameterInjectionPoint<?,X>> |
InjectionPoints.filterOutSpecialParameterInjectionPoints(java.util.List<ParameterInjectionPoint<?,X>> injectionPoints) |
static java.util.Set<ParameterInjectionPoint<?,?>> |
InjectionPoints.flattenParameterInjectionPoints(java.util.List<java.util.Set<MethodInjectionPoint<?,?>>> methodInjectionPoints) |
| Modifier and Type | Method and Description |
|---|---|
static <X> java.util.Set<ParameterInjectionPoint<?,X>> |
InjectionPoints.filterOutSpecialParameterInjectionPoints(java.util.List<ParameterInjectionPoint<?,X>> injectionPoints) |
Copyright © 2015. All Rights Reserved.