public interface ComponentSupport
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isDiscoveredExternalType(ComponentDescription componentDescription)
See also WFLY-4185
|
boolean |
isProcessing(ComponentDescription componentDescription)
The first component suppor processing the given description is later allowed to
processInjectionTarget(WeldInjectionTarget, ComponentDescription, WeldManager). |
default <T> javax.enterprise.inject.spi.InjectionTarget<T> |
processInjectionTarget(org.jboss.weld.manager.api.WeldInjectionTarget<T> injectionTarget,
ComponentDescription componentDescription,
org.jboss.weld.manager.api.WeldManager beanManager) |
default boolean isDiscoveredExternalType(ComponentDescription componentDescription)
componentDescription - false if the specified component type should be discovered, false otherwiseboolean isProcessing(ComponentDescription componentDescription)
processInjectionTarget(WeldInjectionTarget, ComponentDescription, WeldManager).componentDescription - default <T> javax.enterprise.inject.spi.InjectionTarget<T> processInjectionTarget(org.jboss.weld.manager.api.WeldInjectionTarget<T> injectionTarget,
ComponentDescription componentDescription,
org.jboss.weld.manager.api.WeldManager beanManager)
injectionTarget - componentDescription - beanManager - isProcessing(ComponentDescription)Copyright © 2020 JBoss by Red Hat. All rights reserved.