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. |
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.
|
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.
Copyright © 2007–2013 Joda.org. All rights reserved.