FactoryLocatorMixin

Mix in factory locator interface implementation that delegates the logic to decorated container.

Members

Functions

getFactories
InputRange!(Pair!(W, string)) getFactories()

Get all factories available in container.

getFactory
W getFactory(string identity)

Get factory for constructed component identified by identity.

Meta