Class GenericFactoryImpl

A concrete implementation of GenericFactory interface.

class GenericFactoryImpl(T) ;

Constructors

NameDescription
this Constructor for GenericFactoryImpl

Methods

NameDescription
addPropertyConfigurer Adds an configurer to the PropertyConfigurersAware.
allocator Set allocator
allocator Get allocator
destruct Destructs a component of type T.
executioner Set executioner
executioner Get executioner
factory Create a new instance of object of type T using provided instance factory and property configurers.
locator Set locator
locator Get locator
setInstanceDestructor Set destructor
setInstanceFactory Sets the constructor of new object.
type Get the type info of object that is created.