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. -
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 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.ReadableBean Read interface of aBeanholding arbitraryproperties.StandardPropertyBuilders Implementation ofPropertyBuildersthat auto registers build properties and redirects to read-only properties ifread-only.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.