Package org.infinispan.factories
Class AbstractComponentRegistry.Component
- java.lang.Object
-
- org.infinispan.factories.AbstractComponentRegistry.Component
-
- Enclosing class:
- AbstractComponentRegistry
public class AbstractComponentRegistry.Component extends Object
A wrapper representing a component in the registry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildInjectionFieldsList()
void
buildInjectionMethodsList()
Object
getInstance()
ComponentMetadata
getMetadata()
String
getName()
void
injectDependencies()
Injects dependencies into this component.String
toString()
-
-
-
Method Detail
-
injectDependencies
public void injectDependencies()
Injects dependencies into this component.
-
getInstance
public Object getInstance()
-
getName
public String getName()
-
getMetadata
public ComponentMetadata getMetadata()
-
buildInjectionMethodsList
public void buildInjectionMethodsList() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
buildInjectionFieldsList
public void buildInjectionFieldsList() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-