Class ProxyFactory

Creates a proxy to an object or interface of type T, that is located in source locator by some identity.

class ProxyFactory(T)
  
if (is(T == class) && !isFinalClass!T && !isAbstractClass!T || is(T == interface));

Constructors

NameDescription
thisConstructor for ProxyFactory!(T)

Methods

NameDescription
factoryInstantiates component of type T.
identitySet the identity of proxied object
identityGet the identity of proxied object.
locatorSet locator
locatorGet locator
sourceSet the source of proxied object.
sourceGet the source of proxied object.
typeGet the type info of T that is created.