Class RegistrationAwareDecoratingFactory

A decorating factory, that adds component registration information when decorated factory threws some kind of exception.

class RegistrationAwareDecoratingFactory(T) ;

Methods

NameDescription
decoratedSet the decorated factory for decorator.
decoratedGet the decorated object.
factoryInstantiates component of type T.
fileSet file in which registration occurred.
fileGet file in which registration occurred.
lineSet line in file on which registration occurred.
lineGet line in file on which registration occurred.
locatorSet a locator for depedencies.
typeGet the type info of T that is created.