class Initializer
Initializer for Beans.
Initializes Beans with a BeanRegistry and allows to configure it.
Initializer()
Initializer for Beans. |
fun addScope(scopedFactoryBeanHandler: ScopedFactoryBeanHandler): Beans.Initializer
Adds a bean-scope expressed by the given ScopedFactoryBeanHandler. |
|
fun collectBeans(beanConfigurations: List<BeanConfiguration>): Beans.Initializer
Collects beans from the given BeanConfigurations. |
|
fun initialize(): Unit
Initializes Beans with the applied configuration. |