classafIoc::InjectionCtx

sys::Obj
  afIoc::InjectionCtx

Passed into DependencyProviders to give contextual injection information.

dependencyType

Source

Type dependencyType { internal set }

The Type to be injected

field

Source

const Field? field

The field to be injected. Only available for field injection.

fieldFacets

Source

const Facet[] fieldFacets

The facets of the field to be injected. Is never null, but may be empty.

injectingInto

Source

Obj? injectingInto

The object that will receive the injection. Only available for field and (non-static) method injection.

injectingIntoType

Source

const Type? injectingIntoType

The Type that will receive the injection. Not available during dependencyByType.

injectionKind

Source

const InjectionKind injectionKind

The type of injection.

log

Source

Void log(Str msg)

Logs details via the OpTracker. The message logged at IoC debug level.

method

Source

const Method? method

The method to be injected. Only available for method injection.

methodFacets

Source

const Facet[] methodFacets

The facets of the method to be injected. Is never null, but may be empty.

methodParam

Source

Param? methodParam { internal set }

The method Param to be injected. Only available for method injection.

methodParamIndex

Source

Int? methodParamIndex { internal set }

The index of the method Param to be injected. Only available for method injection.

track

Source

Obj? track(Str description, |->Obj? operation)

Adds an nested operation description to the OpTracker. This provides contextual information in the event of an Err.