Class GenericFactoryImpl

A concrete implementation of GenericFactory interface.

class GenericFactoryImpl(T) ;

Constructors

NameDescription
thisConstructor for GenericFactoryImpl

Methods

NameDescription
addPropertyConfigurerAdds an configurer to the PropertyConfigurersAware.
factoryCreate a new instance of object of type T using provided instance factory and property configurers.
locatorSet locator
locatorGet locator
setInstanceFactorySets the constructor of new object.
typeGet the type info of object that is created.