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
thisConstructor for ProxyObjectWrappingFactory!T

Methods

NameDescription
decoratedSet the decorated object for decorator.
decoratedGet the decorated object.
factoryInstantiates component of type Object.
identityGet the identity of original object that proxy factory will intantiate proxy object.
identityGet identity
locatorGet locator
locatorSet a locator to object.
sourceGet the original locator that is used by proxy to fetch the proxied object.
sourceGet source
typeGet the type info of T that is created.