A reference to the LocalScope. Local Scope return a new instance for each dependency resolution requested. This is the default scope.
A reference to the SingletonScope. Singleton Scope return the same instance for any dependency resolution requested.
Called by the IoC Container when some configuration is changed on the Container binding.
The source type that has its configuration changed.
Method called when the Container needs to resolve a dependency. It should return the instance that will be returned by the Container.
The provider associated with the current bind. Used to create new instances when necessary.
The source type of this bind.
the resolved instance.
Generated using TypeDoc
Class responsible to handle the scope of the instances created by the Container