Class DelegatingInstanceFactory

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

class DelegatingInstanceFactory(T, X) ;

Constructors

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

Fields

NameTypeDescription
decorated_ Factory!X

Methods

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