Uses of Class
io.github.mmm.bean.AbstractBean
-
Packages that use AbstractBean 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 AbstractBean in io.github.mmm.bean
Subclasses of AbstractBean in io.github.mmm.bean Modifier and Type Class Description classAbstractVirtualBeanImplementation ofVirtualBeanas regular java class.classAdvancedBeanImplementation ofVirtualBeanas regular java class.classBeanRegular implementation ofWritableBean.classDynamicBeanMethods in io.github.mmm.bean that return AbstractBean Modifier and Type Method Description protected AbstractBeanAbstractBean. create()Creates a new instance of thisBeanimplementation.protected AbstractBeanAbstractVirtualBean. create()AbstractBeanAbstractBean. newInstance()Methods in io.github.mmm.bean with parameters of type AbstractBean Modifier and Type Method Description static voidBeanHelper. copy(AbstractBean source, AbstractBean copy, boolean readOnly) -
Uses of AbstractBean in io.github.mmm.bean.impl
Methods in io.github.mmm.bean.impl with type parameters of type AbstractBean Modifier and Type Method Description static <B extends AbstractBean>
BBeanCreator. doCreate(Class<B> type)
-