Uses of Interface
org.jboss.weld.injection.ParameterInjectionPoint
Packages that use ParameterInjectionPoint
Package
Description
-
Uses of ParameterInjectionPoint in org.jboss.weld.injection
Classes in org.jboss.weld.injection that implement ParameterInjectionPointMethods in org.jboss.weld.injection that return ParameterInjectionPointModifier and TypeMethodDescription<T,X> ParameterInjectionPoint<T, X> InjectionPointFactory.createParameterInjectionPoint(EnhancedAnnotatedParameter<T, X> parameter, jakarta.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 ParameterInjectionPointModifier and TypeMethodDescription<X> List<ParameterInjectionPoint<?,X>> InjectionPointFactory.getParameterInjectionPoints(EnhancedAnnotatedCallable<?, X, ?> callable, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager, boolean observerOrDisposer) ProxyClassConstructorInjectionPointWrapper.getParameterInjectionPoints() -
Uses of ParameterInjectionPoint in org.jboss.weld.injection.attributes
Classes in org.jboss.weld.injection.attributes that implement ParameterInjectionPointModifier and TypeClassDescriptionclassRepresents a method/constructor parameter, which is not an injection point.Methods in org.jboss.weld.injection.attributes that return ParameterInjectionPointModifier and TypeMethodDescriptionstatic <T,X> ParameterInjectionPoint<T, X> SpecialParameterInjectionPoint.of(EnhancedAnnotatedParameter<T, X> parameter, jakarta.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 -
Uses of ParameterInjectionPoint in org.jboss.weld.util
Methods in org.jboss.weld.util that return types with arguments of type ParameterInjectionPointModifier and TypeMethodDescriptionstatic Set<ParameterInjectionPoint<?,?>> InjectionPoints.flattenParameterInjectionPoints(List<Set<MethodInjectionPoint<?, ?>>> methodInjectionPoints) Method parameters in org.jboss.weld.util with type arguments of type ParameterInjectionPointModifier and TypeMethodDescriptionstatic <X> Set<jakarta.enterprise.inject.spi.InjectionPoint>InjectionPoints.filterOutSpecialParameterInjectionPoints(List<ParameterInjectionPoint<?, X>> injectionPoints)