public class AbstractComponentRegistry.Component extends Object
| Constructor and Description |
|---|
AbstractComponentRegistry.Component() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildInjectionMethodsList() |
Object |
getInstance() |
ComponentMetadata |
getMetadata() |
String |
getName() |
void |
injectDependencies()
Injects dependencies into this component.
|
String |
toString() |
public void injectDependencies()
public Object getInstance()
public String getName()
public ComponentMetadata getMetadata()
public void buildInjectionMethodsList()
throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.