public class InjectionTargets extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> org.jboss.weld.manager.api.WeldInjectionTarget<T> |
createInjectionTarget(Class<?> componentClass,
javax.enterprise.inject.spi.Bean<T> bean,
org.jboss.weld.manager.BeanManagerImpl beanManager,
boolean interceptionSupport)
Creates a new InjectionTarget for a given class.
|
public static <T> org.jboss.weld.manager.api.WeldInjectionTarget<T> createInjectionTarget(Class<?> componentClass, javax.enterprise.inject.spi.Bean<T> bean, org.jboss.weld.manager.BeanManagerImpl beanManager, boolean interceptionSupport)
componentClass - bean - beanManager - interceptionSupport - Copyright © 2020 JBoss by Red Hat. All rights reserved.