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

Packages that use ParameterInjectionPoint
org.jboss.webbeans.injection   
 

Uses of ParameterInjectionPoint in org.jboss.webbeans.injection
 

Methods in org.jboss.webbeans.injection that return ParameterInjectionPoint
static
<T> ParameterInjectionPoint<T>
ParameterInjectionPoint.of(Bean<?> declaringBean, AnnotatedParameter<T> parameter)
           
 

Methods in org.jboss.webbeans.injection that return types with arguments of type ParameterInjectionPoint
 java.util.List<ParameterInjectionPoint<?>> MethodInjectionPoint.getParameters()
           
 java.util.List<ParameterInjectionPoint<?>> ConstructorInjectionPoint.getParameters()
           
 

Method parameters in org.jboss.webbeans.injection with type arguments of type ParameterInjectionPoint
protected  java.lang.Object[] MethodInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?>> parameters, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, java.lang.Object specialVal, ManagerImpl manager, CreationalContext<?> creationalContext)
          Helper method for getting the current parameter values from a list of annotated parameters.
protected  java.lang.Object[] ConstructorInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?>> parameters, java.lang.Object specialVal, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, ManagerImpl manager, CreationalContext<?> creationalContext)
          Helper method for getting the current parameter values from a list of annotated parameters.
 



Copyright © 2011. All Rights Reserved.