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(WritableBean writable) Creates a new instance of thisBeanimplementation.protected AbstractBeanAbstractVirtualBean.create(WritableBean writable) final AbstractBeanAbstractBean.getReadOnly()AbstractBean.newInstance()Methods in io.github.mmm.bean with parameters of type AbstractBeanModifier and TypeMethodDescriptionprotected 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 AbstractBeanModifier and TypeMethodDescriptionstatic <B extends AbstractBean>
BBeanCreator.doCreate(Class<B> type, WritableBean writable) Methods 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)