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. -
Classes in io.github.mmm.bean used by io.github.mmm.bean Class Description AbstractBean Abstract base implementation ofWritableBean
.AbstractInterface Annotation indicating that aWritableBean
-interface is abstract and can not be instantiated viaBeanFactory
.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
.ReadableBean Read interface of aBean
holding arbitraryproperties
.StandardPropertyBuilders Implementation ofPropertyBuilders
that auto registers build properties and redirects to read-only properties ifread-only
.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
.