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 class
AbstractVirtualBean
Implementation ofVirtualBean
as regular java class.class
AdvancedBean
Implementation ofVirtualBean
as regular java class.class
Bean
Regular implementation ofWritableBean
.class
DynamicBean
Methods in io.github.mmm.bean that return AbstractBean Modifier and Type Method Description protected AbstractBean
AbstractBean. create()
Creates a new instance of thisBean
implementation.protected AbstractBean
AbstractVirtualBean. create()
AbstractBean
AbstractBean. 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 class
SimpleEntityBean
Implementation ofEntityBean
as simpleBean
.
-