AnonymousFactoryReference

Represents a reference to data yet to be constructed.

Represents a reference to data yet to be constructed. It will instantiate the referenced data using an object factory, and will serve it to requestor.

Members

Functions

get
Object get(Locator!() locator)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

factory
ObjectFactory factory [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
factory
ObjectFactory factory [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RuntimeReference

get
Object get(Locator!() locator)

Resolve the reference, to referenced data.

Meta