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
 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)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.