Uses of Interface
org.jboss.weld.injection.attributes.FieldInjectionPointAttributes
-
Packages that use FieldInjectionPointAttributes Package Description org.jboss.weld.bootstrap.events org.jboss.weld.injection org.jboss.weld.injection.attributes org.jboss.weld.manager -
-
Uses of FieldInjectionPointAttributes in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return FieldInjectionPointAttributes Modifier and Type Method Description protected 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 FieldInjectionPointAttributes Modifier and Type Method Description protected 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 FieldInjectionPointAttributes Modifier and Type Method Description protected 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 FieldInjectionPointAttributes Modifier and Type Method Description protected <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 FieldInjectionPointAttributes Constructor Description FieldInjectionPoint(FieldInjectionPointAttributes<T,X> attributes) -
Uses of FieldInjectionPointAttributes in org.jboss.weld.injection.attributes
Classes in org.jboss.weld.injection.attributes that implement FieldInjectionPointAttributes Modifier and Type Class Description classForwardingFieldInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat forwards calls to an extension-providedInjectionPointimplementation.classInferringFieldInjectionPointAttributes<T,X>An implementation ofWeldInjectionPointAttributesthat infers the attributes by readingEnhancedAnnotatedField.Methods in org.jboss.weld.injection.attributes that return FieldInjectionPointAttributes Modifier and Type Method Description static <T,X>
FieldInjectionPointAttributes<T,X>ForwardingFieldInjectionPointAttributes. of(InjectionPoint ip) -
Uses of FieldInjectionPointAttributes in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return FieldInjectionPointAttributes Modifier and Type Method Description FieldInjectionPointAttributes<?,?>BeanManagerImpl. createInjectionPoint(AnnotatedField<?> field)
-