|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |