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 target, boolean readOnly) protected static booleanAbstractBean.isThreadSafe(AbstractBean bean) Internal method to get access toisThreadSafe(). -
Uses of AbstractBean in io.github.mmm.bean.impl
Subclasses of AbstractBean in io.github.mmm.bean.implMethods in io.github.mmm.bean.impl with type parameters of type AbstractBeanMethods in io.github.mmm.bean.impl with parameters of type AbstractBeanModifier and TypeMethodDescriptionio.github.mmm.bean.impl.properties.BeanPropertiesBeanClassImpl.create(AbstractBean bean) io.github.mmm.bean.impl.properties.BeanPropertiesBeanTypeImpl.create(AbstractBean bean) protected static booleanBeanAccessor.isThreadSafe(AbstractBean bean)