| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceInformation
Service specific extension to the default instance information of the
AbstractRegistry. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,AbstractRegistry.InstanceInformation> |
AbstractRegistry.declaredInstances
All hierarchical instance names (with anonymous instances) declared for the
underlying configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractRegistry.InstanceInformation |
AbstractRegistry.getInstanceInformation(java.lang.String instanceName)
Returns the information (component type, instantiation mode and
implementation class) for the designated component instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRegistry.checkAndStoreProvidedObject(java.lang.String instanceName,
AbstractRegistry.InstanceInformation instInf)
Checks whether the designated instance that is provided as object via
injection corresponds to its declared component interface and if so, stores
it for the classloader of this class in the singleton instances.
|