Uses of Class
org.jboss.weld.injection.ParameterInjectionPoint

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
<T,X> ParameterInjectionPoint<T,X>
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
 java.util.List<ParameterInjectionPoint<?,X>> MethodInjectionPoint.getWBParameters()
           
 java.util.List<ParameterInjectionPoint<?,T>> ConstructorInjectionPoint.getWBParameters()
           
 

Method parameters in org.jboss.weld.injection with type arguments of type ParameterInjectionPoint
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, javax.enterprise.context.spi.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, 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 java.util.Set<ParameterInjectionPoint<?,?>> Beans.getParameterInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean, java.util.List<java.util.Set<MethodInjectionPoint<?,?>>> methodInjectionPoints)
           
static java.util.Set<ParameterInjectionPoint<?,?>> Beans.getParameterInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean, WeldConstructor<?> constructor)
           
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.