Class WrappingFactory

Wraps up the result of some factory in Wrapper object if component is not derived from Object.

class WrappingFactory(T, Z) ;

Constructors

NameDescription
thisConstructor for WrappingFactory!(T, Z)

Methods

NameDescription
decoratedSet the decorated object for decorator.
decoratedGet the decorated object.
factoryInstantiates component of type T.
locatorSet a locator to object.
typeGet the type info of T that is created.