facet classafIoc::Autobuild

sys::Obj
  afIoc::Autobuild : sys::Facet

@Serializable

Use in services to inject classes that have not been defined as a service. Instances are created via Registry.autobuild().

@since 2.0.0

createProxy

Source

const Bool createProxy

If true a proxy is created.

ctorArgs

Source

const Obj?[]? ctorArgs

Arguments to pass to the implementation ctor.

fieldVals

Source

const [Field:Obj?]? fieldVals

Sets to set via an it-block ctor argument.

implType

Source

const Type? implType

The implementation type to create.