Skip to main content

ObjectFactory

Classes

ObjectFactory

Extended by

Type Parameters

Type Parameter
TObject

Constructors

Constructor
new ObjectFactory<TObject>(types): ObjectFactory<TObject>;
Parameters
ParameterType
types{ (): TObject; typeName: string; }[]
Returns

ObjectFactory<TObject>

Methods

create()
create(itemHandlerType): TObject;
Parameters
ParameterType
itemHandlerTypestring
Returns

TObject

Was this page helpful?