Uses of Interface
io.github.mmm.bean.BeanFactory
-
Packages that use BeanFactory Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.io.github.mmm.bean.impl Contains internal implementation. -
-
Uses of BeanFactory in io.github.mmm.bean
Methods in io.github.mmm.bean that return BeanFactory Modifier and Type Method Description static BeanFactory
BeanFactory. get()
-
Uses of BeanFactory in io.github.mmm.bean.impl
Classes in io.github.mmm.bean.impl that implement BeanFactory Modifier and Type Class Description class
BeanCreator
Creator ofAbstractBean
instances.class
BeanFactoryManager
Implementation ofBeanFactory
.Fields in io.github.mmm.bean.impl declared as BeanFactory Modifier and Type Field Description static BeanFactory
BeanFactoryManager. INSTANCE
The singleton instance.
-