|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterInjectionPoint | |
---|---|
org.jboss.weld.injection | |
org.jboss.weld.util |
Uses of ParameterInjectionPoint in org.jboss.weld.injection |
---|
Methods in org.jboss.weld.injection that return ParameterInjectionPoint | ||
---|---|---|
static
|
ParameterInjectionPoint.of(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldParameter<T,X> parameter)
|
Methods in org.jboss.weld.injection that return types with arguments of type ParameterInjectionPoint | |
---|---|
List<ParameterInjectionPoint<?,X>> |
MethodInjectionPoint.getWeldParameters()
|
List<ParameterInjectionPoint<?,T>> |
ConstructorInjectionPoint.getWeldParameters()
|
List<ParameterInjectionPoint<?,T>> |
ProxyClassConstructorInjectionPointWrapper.getWeldParameters()
|
Method parameters in org.jboss.weld.injection with type arguments of type ParameterInjectionPoint | |
---|---|
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. |
Uses of ParameterInjectionPoint in org.jboss.weld.util |
---|
Methods in org.jboss.weld.util that return types with arguments of type ParameterInjectionPoint | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |