Uses of Package
io.github.mmm.bean
-
Packages that use io.github.mmm.bean 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.bean.property ContainsBeanPropertyto allow a bean to contain another bean.io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.ui.api.binding.data -
Classes in io.github.mmm.bean used by io.github.mmm.bean Class Description AbstractBean Abstract base implementation ofWritableBean.AbstractVirtualBean Implementation ofVirtualBeanas regular java class.AdvancedBean Implementation ofVirtualBeanas regular java class.Bean Regular implementation ofWritableBean.BeanClass BeanFactory Interface for a factory to create instances ofWritableBean.BeanType Name Annotation to configurestable nameoralias.PropertyBuilders Implementation ofDefaultPropertyBuildersthat auto registers build properties and redirects to read-only properties ifread-only.ReadableBean Read interface of aBeanholding arbitraryproperties.VirtualBean WritableBeanthat may bevirtualso it can potentially represent types that do not exist as JavaClass.WritableBean Writable interface ofReadableBean. -
Classes in io.github.mmm.bean used by io.github.mmm.bean.impl Class Description AbstractBean Abstract base implementation ofWritableBean.BeanClass BeanFactory Interface for a factory to create instances ofWritableBean.BeanType VirtualBean WritableBeanthat may bevirtualso it can potentially represent types that do not exist as JavaClass.WritableBean Writable interface ofReadableBean. -
Classes in io.github.mmm.bean used by io.github.mmm.bean.property Class Description WritableBean Writable interface ofReadableBean. -
Classes in io.github.mmm.bean used by io.github.mmm.entity.bean Class Description AbstractBean Abstract base implementation ofWritableBean.Bean Regular implementation ofWritableBean.PropertyBuilders Implementation ofDefaultPropertyBuildersthat auto registers build properties and redirects to read-only properties ifread-only.PropertyMethod Annotation indicating that a default method of aWritableBeaninterface is a factory method for aProperty.ReadableBean Read interface of aBeanholding arbitraryproperties.WritableBean Writable interface ofReadableBean. -
Classes in io.github.mmm.bean used by io.github.mmm.ui.api.binding.data Class Description ReadableBean Read interface of aBeanholding arbitraryproperties.WritableBean Writable interface ofReadableBean.