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.registrySubclasses of AbstractRegistry.InstanceInformation in de.aristaflow.adept2.base.registry Modifier and Type Class Description classServiceInformationService 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. declaredInstancesAll 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.InstanceInformationAbstractRegistry. 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 voidAbstractRegistry. 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.
 
-