ContextBuilderDsl
Context for Tegral DI builders, such as module builders (tegralDiModule) or environment builders (tegralDi).
DSL elements should use this class as a receiver, like the put functions.
Functions
Inheritors
Extensions
Add a definition of type T with the given supplier.
Add a definition of type T with the given qualifier and supplier.
Add a definition of type T with the given constructor.
Add a definition of type T with the given qualifier and constructor.
Add a definition of type T with the given class and constructor.
Add a definition of type T with the given class, qualifier and constructor.
Add a module to the current definition. This adds all the declarations within the module to this context.
Adds an alias to another component within this environment.
Allows to put a factory within the module or environment.