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 ContainsBeanProperty
to 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 ofVirtualBean
as regular java class.AdvancedBean Implementation ofVirtualBean
as regular java class.Bean Regular implementation ofWritableBean
.BeanClass BeanFactory Interface for a factory to create instances ofWritableBean
.BeanType Name Annotation to configurestable name
oralias
.PropertyBuilders Implementation ofDefaultPropertyBuilders
that auto registers build properties and redirects to read-only properties ifread-only
.ReadableBean Read interface of aBean
holding arbitraryproperties
.VirtualBean WritableBean
that may bevirtual
so 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 WritableBean
that may bevirtual
so 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 ofDefaultPropertyBuilders
that auto registers build properties and redirects to read-only properties ifread-only
.PropertyMethod Annotation indicating that a default method of aWritableBean
interface is a factory method for aProperty
.ReadableBean Read interface of aBean
holding 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 aBean
holding arbitraryproperties
.WritableBean Writable interface ofReadableBean
.