All Classes and Interfaces
Classes
Class
Description
References decorator that automatically creates missing components using
available component factories upon component retrival.
Configuration of a component inside a container.
Inversion of control (IoC) container that creates components and manages their lifecycle.
Container configuration defined as a list of component configurations.
Helper class that reads container configuration from JSON or YAML file.
Container managed references that can be created from container configuration.
Creates default container components (loggers, counters, caches, locks, etc.) by their descriptors.
References decorator that automatically sets references to newly added components
that implement IReferenceable interface and unsets references from removed components
that implement IUnreferenceable interface.
Managed references that in addition to keeping and locating references can also
manage their lifecycle.
Inversion of control (IoC) container that runs as a system process.
Chainable decorator for IReferences that allows to inject additional capabilities
such as automatic component creation, automatic registration and opening.