See: Description
| Class | Description |
|---|---|
| DirectBean |
A bean implementation designed for use by the code generator.
|
| DirectBeanBuilder<T extends DirectBean> |
Implementation of
BeanBuilder that validates the resulting bean. |
| DirectMetaBean |
A meta-bean implementation designed for use by
DirectBean. |
| DirectMetaProperty<P> |
A meta-property implementation designed for use by
DirectBean. |
| DirectMetaPropertyMap |
A map of name to meta-property designed for use by
DirectBean. |
Use of the code generator is optional with Joda-Beans, but it is the most common approach. These class are used by the generator, but could potentially be used without it.
Copyright © 2007–2013 Joda.org. All rights reserved.