factory_castle library

Classes

FactoryContainer
IoC container.
FactoryContainerShort
Shortened syntax version of FactoryContainer for convenience use in factory delegates.

Enums

Lifestyle
Component lifestyle.

Typedefs

FactoryDelegate<T> = T Function(FactoryContainerShort c)
Factory delegate.