Interface FactoryLocator

Provide an interface for accessing factories used by containers to instantiate data.

interface FactoryLocator(T, Z) ;

Methods

NameDescription
getFactoriesGet all factories available in container.
getFactoryGet factory for constructed data identified by identity.