LF::DI::AbstractApplicationContext
Inherits LF::DI::ApplicationContext < Reference < Object
Constructors
new
SourceInstance methods
add_bean(*, name : String, scope : String = "singleton", type : T.class, &factory : Proc(ApplicationContext, T)) forall T
Sourceexit
Sourceget_bean_instance(name : String, type : T.class, caller : AbstractApplicationContext | Nil = nil) : BeanInstanceImpl(T) forall T
Sourceparent
Sourceregister(config : ApplicationConfig)
Sourcescope
Sourceshutdown
Source