Uses of Class
io.github.mmm.bean.AbstractBean
Packages that use AbstractBean
Package
Description
Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.
Contains internal implementation.
-
Uses of AbstractBean in io.github.mmm.bean
Subclasses of AbstractBean in io.github.mmm.beanModifier and TypeClassDescriptionclassImplementation ofVirtualBeanas regular java class.classImplementation ofVirtualBeanas regular java class.classRegular implementation ofWritableBean.classMethods in io.github.mmm.bean that return AbstractBeanModifier and TypeMethodDescriptionprotected AbstractBeanAbstractBean.create()Creates a new instance of thisBeanimplementation.protected AbstractBeanAbstractVirtualBean.create()AbstractBean.newInstance()Methods in io.github.mmm.bean with parameters of type AbstractBeanModifier and TypeMethodDescriptionstatic 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