Uses of Interface
org.jboss.weld.injection.attributes.ParameterInjectionPointAttributes
Packages that use ParameterInjectionPointAttributes
Package
Description
-
Uses of ParameterInjectionPointAttributes in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return ParameterInjectionPointAttributesModifier and TypeMethodDescriptionstatic <T,X> ParameterInjectionPointAttributes<T, X> ProcessInjectionPointImpl.fire(ParameterInjectionPointAttributes<T, X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager) <T,X> ParameterInjectionPointAttributes<T, X> ContainerLifecycleEvents.fireProcessInjectionPoint(ParameterInjectionPointAttributes<T, X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager) Methods in org.jboss.weld.bootstrap.events with parameters of type ParameterInjectionPointAttributesModifier and TypeMethodDescriptionstatic <T,X> ParameterInjectionPointAttributes<T, X> ProcessInjectionPointImpl.fire(ParameterInjectionPointAttributes<T, X> attributes, Class<?> declaringComponentClass, BeanManagerImpl manager) <T,X> ParameterInjectionPointAttributes<T, X> ContainerLifecycleEvents.fireProcessInjectionPoint(ParameterInjectionPointAttributes<T, X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of ParameterInjectionPointAttributes in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return ParameterInjectionPointAttributesModifier and TypeMethodDescriptionprotected ParameterInjectionPointAttributes<T,X> ParameterInjectionPointImpl.delegate()protected <T,X> ParameterInjectionPointAttributes<T, X> InjectionPointFactory.processInjectionPoint(ParameterInjectionPointAttributes<T, X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager) Notifies CDI extension of a givenInjectionPoint.Methods in org.jboss.weld.injection with parameters of type ParameterInjectionPointAttributesModifier and TypeMethodDescriptionprotected <T,X> ParameterInjectionPointAttributes<T, X> InjectionPointFactory.processInjectionPoint(ParameterInjectionPointAttributes<T, X> injectionPointAttributes, Class<?> declaringComponentClass, BeanManagerImpl manager) Notifies CDI extension of a givenInjectionPoint.static <T,X> ParameterInjectionPointImpl<T, X> ParameterInjectionPointImpl.silent(ParameterInjectionPointAttributes<T, X> attributes) Creates an injection point without firing theProcessInjectionPointevent.Constructors in org.jboss.weld.injection with parameters of type ParameterInjectionPointAttributesModifierConstructorDescriptionprotectedParameterInjectionPointImpl(ParameterInjectionPointAttributes<T, X> attributes) -
Uses of ParameterInjectionPointAttributes in org.jboss.weld.injection.attributes
Classes in org.jboss.weld.injection.attributes that implement ParameterInjectionPointAttributesModifier and TypeClassDescriptionclassAn implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.classAn implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedParameter.Methods in org.jboss.weld.injection.attributes that return ParameterInjectionPointAttributesModifier and TypeMethodDescriptionprotected ParameterInjectionPointAttributes<T,X> SpecialParameterInjectionPoint.delegate() -
Uses of ParameterInjectionPointAttributes in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return ParameterInjectionPointAttributesModifier and TypeMethodDescriptionBeanManagerImpl.createInjectionPoint(jakarta.enterprise.inject.spi.AnnotatedParameter<?> parameter)