Uses of Class
org.jboss.weld.injection.FieldInjectionPoint
-
Packages that use FieldInjectionPoint Package Description org.jboss.weld.injection org.jboss.weld.injection.producer org.jboss.weld.util -
-
Uses of FieldInjectionPoint in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return FieldInjectionPoint Modifier and Type Method Description <T,X>
FieldInjectionPoint<T,X>InjectionPointFactory. createFieldInjectionPoint(EnhancedAnnotatedField<T,X> field, Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager)Creates a newFieldInjectionPointand fires theProcessInjectionPointevent.static <T,X>
FieldInjectionPoint<T,X>FieldInjectionPoint. silent(FieldInjectionPointAttributes<T,X> attributes)Creates an injection point without firing theProcessInjectionPointevent.Methods in org.jboss.weld.injection that return types with arguments of type FieldInjectionPoint Modifier and Type Method Description List<Set<FieldInjectionPoint<?,?>>>InjectionPointFactory. getFieldInjectionPoints(Bean<?> declaringBean, EnhancedAnnotatedType<?> type, BeanManagerImpl manager)Methods in org.jboss.weld.injection with parameters of type FieldInjectionPoint Modifier and Type Method Description protected <T,X>
ResourceInjection<T>ResourceInjectionProcessor. createStaticProducerFieldResourceInjection(FieldInjectionPoint<T,X> fieldInjectionPoint, BeanManagerImpl beanManager)<T,X>
ResourceInjection<T>ResourceInjectionFactory. getStaticProducerFieldResourceInjection(FieldInjectionPoint<T,X> fieldInjectionPoint, BeanManagerImpl beanManager) -
Uses of FieldInjectionPoint in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return types with arguments of type FieldInjectionPoint Modifier and Type Method Description List<Set<FieldInjectionPoint<?,?>>>DefaultInjector. getInjectableFields()List<Set<FieldInjectionPoint<?,?>>>Injector. getInjectableFields() -
Uses of FieldInjectionPoint in org.jboss.weld.util
Method parameters in org.jboss.weld.util with type arguments of type FieldInjectionPoint Modifier and Type Method Description static <T> voidBeans. injectBoundFields(T instance, CreationalContext<T> creationalContext, BeanManagerImpl manager, Iterable<? extends FieldInjectionPoint<?,?>> injectableFields)Injects bound fieldsstatic <T> voidBeans. injectFieldsAndInitializers(T instance, CreationalContext<T> ctx, BeanManagerImpl beanManager, List<? extends Iterable<? extends FieldInjectionPoint<?,?>>> injectableFields, List<? extends Iterable<? extends MethodInjectionPoint<?,?>>> initializerMethods)
-