dango.inject.factory

Модуль работы с компонентами и фабриками к ним

Members

Classes

HTTPServer
class HTTPServer
Undocumented in source.
ServerFactory
class ServerFactory
Undocumented in source.

Functions

createComponentByCtor
C createComponentByCtor(A args)

Метод позволяет создавать компоненты на основе анализа конструкторов

Interfaces

ComponentFactory
interface ComponentFactory(C, A...)

Интерфейс фабрики для создания компонентов системы

Server
interface Server
Undocumented in source.

Templates

ComponentFactoryCtor
template ComponentFactoryCtor(C, CT : C, A...)

Фабрика автосгенерирована на основе конструктора компонента

WrapDependencyFactory
template WrapDependencyFactory(F : ComponentFactory!(C, A), C, A...)

Оборачивание существующей фабрики в фабрику создающую объект с инъекцией зависимости

Meta

Date

Date: 2020-04-22

License

Subject to the terms of the BSD 3-Clause License, as written in the included LICENSE.md file.

Authors

<m.galanin@milofon.pro> Maksim Galanin