Class ConfigurationContextFactory

A decorator over generic factory, that sole purpose is to contain additional metadata usable for register api primitives.

class ConfigurationContextFactory(T) ;

Fields

NameTypeDescription
decorated_ GenericFactory!T
identity_ string
storageIdentity_ string
storage_ Storage!(ObjectFactory,string)
wrapper_ ObjectFactory

Methods

NameDescription
identity
identity
storage
storage
storageIdentity
storageIdentity
wrapper
wrapper