| Package | Description |
|---|---|
| org.jboss.weld.injection | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> ParameterInjectionPoint<T,X> |
ParameterInjectionPoint.of(Bean<?> declaringBean,
WeldParameter<T,X> parameter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParameterInjectionPoint<?,T>> |
ProxyClassConstructorInjectionPointWrapper.getWeldParameters() |
java.util.List<ParameterInjectionPoint<?,X>> |
MethodInjectionPoint.getWeldParameters() |
java.util.List<ParameterInjectionPoint<?,T>> |
ConstructorInjectionPoint.getWeldParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object[] |
ProxyClassConstructorInjectionPointWrapper.getParameterValues(java.util.List<ParameterInjectionPoint<?,T>> parameters,
java.lang.Object specialVal,
java.lang.Class<? extends java.lang.annotation.Annotation> specialParam,
BeanManagerImpl manager,
CreationalContext<?> creationalContext) |
protected java.lang.Object[] |
ConstructorInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?,T>> parameters,
java.lang.Object specialVal,
java.lang.Class<? extends java.lang.annotation.Annotation> specialParam,
BeanManagerImpl manager,
CreationalContext<?> creationalContext)
Helper method for getting the current parameter values from a list of
annotated parameters.
|
protected java.lang.Object[] |
MethodInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?,X>> parameters,
java.lang.Class<? extends java.lang.annotation.Annotation> specialParam,
java.lang.Object specialVal,
BeanManagerImpl manager,
CreationalContext<?> creationalContext)
Helper method for getting the current parameter values from a list of
annotated parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<ParameterInjectionPoint<?,?>> |
Beans.getParameterInjectionPoints(Bean<?> declaringBean,
java.util.List<java.util.Set<MethodInjectionPoint<?,?>>> methodInjectionPoints) |
static java.util.Set<ParameterInjectionPoint<?,?>> |
Beans.getParameterInjectionPoints(Bean<?> declaringBean,
MethodInjectionPoint<?,?> method) |
static java.util.Set<ParameterInjectionPoint<?,?>> |
Beans.getParameterInjectionPoints(Bean<?> declaringBean,
WeldConstructor<?> constructor) |
Copyright © 2014 Seam Framework. All Rights Reserved.