Class ProxyObjectWrappingFactory

Proxy factory decorator, that conforms to requirements of a container, exposing as well the ability to set proxied object's identity and locator.

class ProxyObjectWrappingFactory(T)
  
if (is(T : Object) && !isFinalClass!T);

Constructors

NameDescription
this Constructor for ProxyObjectWrappingFactory!T

Fields

NameTypeDescription
decorated_ ProxyFactory!T

Methods

NameDescription
destruct Destructs a component of type T.
factory Instantiates component of type Object.
identity Get the identity of original object that proxy factory will intantiate proxy object.
identity Get identity
locator Set a locator to object.
locator Get locator
source Get the original locator that is used by proxy to fetch the proxied object.
source Get source
type Get the type info of T that is created.