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.io.github.mmm.entity.bean Contains the API for entity beans. -
-
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()Constructors in io.github.mmm.bean with parameters of type AbstractBean Constructor Description PropertyBuilders(AbstractBean bean)The constructor. -
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) -
Uses of AbstractBean in io.github.mmm.entity.bean
Subclasses of AbstractBean in io.github.mmm.entity.bean Modifier and Type Class Description classSimpleEntityBeanImplementation ofEntityBeanas simpleBean.
-