Uses of Interface
org.jboss.weld.injection.ParameterInjectionPoint
-
Packages that use ParameterInjectionPoint Package Description org.jboss.weld.injection JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.attributes JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.producer JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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, javax.enterprise.inject.spi.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, javax.enterprise.inject.spi.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, javax.enterprise.inject.spi.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 <X> Set<ParameterInjectionPoint<?,X>>InjectionPoints. filterOutSpecialParameterInjectionPoints(List<ParameterInjectionPoint<?,X>> injectionPoints)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<ParameterInjectionPoint<?,X>>InjectionPoints. filterOutSpecialParameterInjectionPoints(List<ParameterInjectionPoint<?,X>> injectionPoints)
-