Uses of Interface
org.jboss.weld.injection.ResourceInjection
-
Packages that use ResourceInjection Package Description org.jboss.weld.bean.builtin.ee org.jboss.weld.injection org.jboss.weld.util -
-
Uses of ResourceInjection in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee that return ResourceInjection Modifier and Type Method Description protected ResourceInjection<T>StaticEEResourceProducerField. getResourceInjection(EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager) -
Uses of ResourceInjection in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return ResourceInjection 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)Methods in org.jboss.weld.injection that return types with arguments of type ResourceInjection Modifier and Type Method Description protected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor. createResourceInjections(Iterable<EnhancedAnnotatedField<?,? super T>> fields, Iterable<EnhancedAnnotatedMethod<?,? super T>> methods, Bean<?> declaringBean, Class<?> declaringClass, BeanManagerImpl manager)protected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor. createResourceInjections(Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager)List<Set<ResourceInjection<?>>>ResourceInjectionFactory. getResourceInjections(Bean<?> declaringBean, EnhancedAnnotatedType<?> type, BeanManagerImpl manager) -
Uses of ResourceInjection in org.jboss.weld.util
Method parameters in org.jboss.weld.util with type arguments of type ResourceInjection Modifier and Type Method Description static <T> voidBeans. injectEEFields(Iterable<Set<ResourceInjection<?>>> resourceInjectionsHierarchy, T beanInstance, CreationalContext<T> ctx)Injects EJBs and other EE resources.
-