Uses of Interface
org.jboss.weld.injection.ResourceInjection
-
Packages that use ResourceInjection Package Description org.jboss.weld.bean.builtin.ee JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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 <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 List<Set<ResourceInjection<?>>>ResourceInjectionFactory. getResourceInjections(javax.enterprise.inject.spi.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, javax.enterprise.context.spi.CreationalContext<T> ctx)Injects EJBs and other EE resources.
-