Uses of Class
de.aristaflow.adept2.base.registry.AbstractRegistry.InstanceInformation
Packages that use AbstractRegistry.InstanceInformation
-
Uses of AbstractRegistry.InstanceInformation in de.aristaflow.adept2.base.registry
Subclasses of AbstractRegistry.InstanceInformation in de.aristaflow.adept2.base.registryModifier and TypeClassDescriptionclassService specific extension to the default instance information of theAbstractRegistry.Fields in de.aristaflow.adept2.base.registry with type parameters of type AbstractRegistry.InstanceInformationModifier and TypeFieldDescriptionprotected 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.InstanceInformationModifier and TypeMethodDescriptionprotected 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.InstanceInformationModifier and TypeMethodDescriptionprotected 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.