Uses of Interface
org.jboss.weld.injection.ParameterInjectionPoint
-
Packages that use ParameterInjectionPoint Package Description org.jboss.weld.injection org.jboss.weld.injection.attributes org.jboss.weld.injection.producer org.jboss.weld.util -
-
Uses of ParameterInjectionPoint in org.jboss.weld.injection
Classes in org.jboss.weld.injection that implement ParameterInjectionPoint Modifier and Type Class Description classParameterInjectionPointImpl<T,X>Methods in org.jboss.weld.injection that return ParameterInjectionPoint Modifier and Type Method Description <T,X>
ParameterInjectionPoint<T,X>InjectionPointFactory. createParameterInjectionPoint(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager)Creates a newParameterInjectionPointand fires theProcessInjectionPointevent.Methods in org.jboss.weld.injection that return types with arguments of type ParameterInjectionPoint Modifier and Type Method Description <X> List<ParameterInjectionPoint<?,X>>InjectionPointFactory. getParameterInjectionPoints(EnhancedAnnotatedCallable<?,X,?> callable, Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager, boolean observerOrDisposer)List<ParameterInjectionPoint<?,T>>ProxyClassConstructorInjectionPointWrapper. getParameterInjectionPoints() -
Uses of ParameterInjectionPoint in org.jboss.weld.injection.attributes
Classes in org.jboss.weld.injection.attributes that implement ParameterInjectionPoint Modifier and Type Class Description classSpecialParameterInjectionPoint<T,X>Represents a method/constructor parameter, which is not an injection point.Methods in org.jboss.weld.injection.attributes that return ParameterInjectionPoint Modifier and Type Method Description static <T,X>
ParameterInjectionPoint<T,X>SpecialParameterInjectionPoint. of(EnhancedAnnotatedParameter<T,X> parameter, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of ParameterInjectionPoint in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return types with arguments of type ParameterInjectionPoint Modifier and Type Method Description List<ParameterInjectionPoint<?,T>>DefaultInstantiator. getParameterInjectionPoints() -
Uses of ParameterInjectionPoint in org.jboss.weld.util
Methods in org.jboss.weld.util that return types with arguments of type ParameterInjectionPoint Modifier and Type Method Description static Set<ParameterInjectionPoint<?,?>>InjectionPoints. flattenParameterInjectionPoints(List<Set<MethodInjectionPoint<?,?>>> methodInjectionPoints)Method parameters in org.jboss.weld.util with type arguments of type ParameterInjectionPoint Modifier and Type Method Description static <X> Set<InjectionPoint>InjectionPoints. filterOutSpecialParameterInjectionPoints(List<ParameterInjectionPoint<?,X>> injectionPoints)
-