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