Class DelegatingInstanceFactory

InstanceFactory that delegates the task of instantiating a component to some third party factory.

class DelegatingInstanceFactory(T, X) ;

Constructors

NameDescription
this Constructor for DelegatingInstanceFactory!(T, X)
this Default constructor for DelegatingInstanceFactory!(T, X)

Methods

NameDescription
factory Create a new instance of object of type T.