Uses of Interface
org.jboss.weld.injection.ResourceInjection
Packages that use ResourceInjection
-
Uses of ResourceInjection in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee that return ResourceInjectionModifier and TypeMethodDescriptionprotected 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 ResourceInjectionModifier and TypeMethodDescriptionprotected <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 ResourceInjectionModifier and TypeMethodDescriptionprotected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor.createResourceInjections(jakarta.enterprise.inject.spi.Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager) protected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor.createResourceInjections(Iterable<EnhancedAnnotatedField<?, ? super T>> fields, Iterable<EnhancedAnnotatedMethod<?, ? super T>> methods, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringClass, BeanManagerImpl manager) List<Set<ResourceInjection<?>>>ResourceInjectionFactory.getResourceInjections(jakarta.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 ResourceInjectionModifier and TypeMethodDescriptionstatic <T> voidBeans.injectEEFields(Iterable<Set<ResourceInjection<?>>> resourceInjectionsHierarchy, T beanInstance, jakarta.enterprise.context.spi.CreationalContext<T> ctx) Injects EJBs and other EE resources.