Interface GenericFactory

A generic factory, is a factory that instantiates component of type T using InstanceFactory and a list of PropertyConfigurers.

interface GenericFactory(T) ;

A generic factory, is a factory that instantiates component of type T using InstanceFactory and a list of PropertyConfigurers. It can optionally provide a Locator!() object to InstanceFactory and PropertyConfigurer to be used as a source of component.

Methods

NameDescription
locator Get the GenericFactory locator.