Package org.joda.beans.impl
Base implementations of Joda-Bean interfaces.
The Joda-Bean interfaces introduce a number of concepts and this package introduces basic implementations of them. The implementations are in a simple and standard form. It is recommended to extend these base classes where possible, however there may be a faster implementation available.
-
Class Summary Class Description BasicBean Basic implementation ofBeanintended for applications to subclass.BasicBeanBuilder<T extends Bean> Basic implementation ofBeanBuilderthat wraps a real bean.BasicImmutableBeanBuilder<T extends Bean> Basic implementation ofBeanBuilderthat wraps aMetaBean.BasicMetaBean Basic implementation ofMetaBean.BasicMetaProperty<P> An abstract base meta-property.BasicProperty<P> A property that binds aBeanto aMetaProperty.BasicPropertyMap A standard map of properties.BufferingBeanBuilder<T extends Bean> Implementation ofBeanBuilderthat buffers data in a local map.StandaloneMetaProperty<P> A meta-property that exists separate from a bean.