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