Uses of Class
de.aristaflow.adept2.base.registry.AbstractRegistry.InstanceInformation
-
Packages that use AbstractRegistry.InstanceInformation Package Description de.aristaflow.adept2.base.registry -
-
Uses of AbstractRegistry.InstanceInformation in de.aristaflow.adept2.base.registry
Subclasses of AbstractRegistry.InstanceInformation in de.aristaflow.adept2.base.registry Modifier and Type Class Description class
ServiceInformation
Service specific extension to the default instance information of theAbstractRegistry
.Fields in de.aristaflow.adept2.base.registry with type parameters of type AbstractRegistry.InstanceInformation Modifier and Type Field Description protected Map<String,AbstractRegistry.InstanceInformation>
AbstractRegistry. declaredInstances
All hierarchical instance names (with anonymous instances) declared for the underlying configuration.Methods in de.aristaflow.adept2.base.registry that return AbstractRegistry.InstanceInformation Modifier and Type Method Description protected AbstractRegistry.InstanceInformation
AbstractRegistry. getInstanceInformation(String instanceName)
Returns the information (component type, instantiation mode and implementation class) for the designated component instance.Methods in de.aristaflow.adept2.base.registry with parameters of type AbstractRegistry.InstanceInformation Modifier and Type Method Description protected void
AbstractRegistry. checkAndStoreProvidedObject(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.
-