public class AnyScopeComponentFactory extends Object implements ComponentFactory
| Modifier and Type | Field and Description |
|---|---|
protected GlobalComponentRegistry |
globalComponentRegistry |
protected GlobalConfiguration |
globalConfiguration |
protected static Log |
log |
| Constructor and Description |
|---|
AnyScopeComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
construct(Class<T> componentType)
Deprecated.
Since 9.4, please override
ComponentFactory.construct(String) instead. |
Object |
construct(String name) |
protected static final Log log
protected GlobalComponentRegistry globalComponentRegistry
protected GlobalConfiguration globalConfiguration
public Object construct(String name)
construct in interface ComponentFactoryComponentAlias pointing to another component.@Deprecated public <T> T construct(Class<T> componentType)
ComponentFactory.construct(String) instead.componentType - type of componentCopyright © 2021 JBoss by Red Hat. All rights reserved.