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 | Description |
|---|---|
| BasicBean |
Basic implementation of
Bean intended for applications to subclass. |
| BasicBeanBuilder<T extends Bean> |
Basic implementation of
BeanBuilder that wraps a real bean. |
| BasicImmutableBeanBuilder<T extends Bean> |
Basic implementation of
BeanBuilder that wraps a MetaBean. |
| BasicMetaBean |
Basic implementation of
MetaBean. |
| BasicMetaProperty<P> |
An abstract base meta-property.
|
| BasicProperty<P> |
A property that binds a
Bean to a MetaProperty. |
| BasicPropertyMap |
A standard map of properties.
|
| BufferingBeanBuilder<T extends Bean> |
Implementation of
BeanBuilder that buffers data in a local map. |
| StandaloneMetaProperty<P> |
A meta-property that exists separate from a bean.
|
Copyright © 2007–2018 Joda.org. All rights reserved.