Module aermicioi.aedi.factory.proxy_factory

Contains factories and primitives used for building proxy objects.

Interfaces

NameDescription
ProxyObjectFactoryA ProxyObjectFactory instantiates a proxy to some type of object located in source locator.

Classes

NameDescription
ProxyFactoryCreates a proxy to an object or interface of type T, that is located in source locator by some identity.
ProxyImplAuto implements a proxy for object or interface of type T which is not a final or abstract class.
ProxyObjectWrappingFactoryProxy factory decorator, that conforms to requirements of a container, exposing as well the ability to set proxied object's identity and locator.