Uses of Interface
jakarta.enterprise.inject.spi.InjectionTargetFactory
Packages that use InjectionTargetFactory
Package
Description
The portable extension integration SPI.
-
Uses of InjectionTargetFactory in com.sun.faces.util
Methods in com.sun.faces.util that return InjectionTargetFactoryModifier and TypeMethodDescription<T> InjectionTargetFactory<T> ELAwareBeanManagerWrapper.getInjectionTargetFactory(AnnotatedType<T> annotatedType) Methods in com.sun.faces.util with parameters of type InjectionTargetFactoryModifier and TypeMethodDescription<T> Bean<T> ELAwareBeanManagerWrapper.createBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory) -
Uses of InjectionTargetFactory in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return InjectionTargetFactoryModifier and TypeMethodDescription<T> InjectionTargetFactory<T> BeanManager.getInjectionTargetFactory(AnnotatedType<T> annotatedType) An implementation ofInjectionTargetFactorythat provides container createdInjectionTargetinstances.Methods in jakarta.enterprise.inject.spi with parameters of type InjectionTargetFactoryModifier and TypeMethodDescription<T> Bean<T> BeanManager.createBean(BeanAttributes<T> attributes, Class<T> beanClass, InjectionTargetFactory<T> injectionTargetFactory)