Package org.joda.beans.impl.direct

Implementation of Joda-Beans designed for extension by the code generator.

See:
          Description

Class Summary
DirectBean A bean implementation designed for use by the code generator.
DirectBeanBuilder<T extends Bean> A builder implementation designed for use by the code generator.
DirectFieldsBeanBuilder<T extends Bean> A builder implementation designed for use by the code generator.
DirectMetaBean A meta-bean implementation designed for use by the code generator.
DirectMetaProperty<P> A meta-property implementation designed for use by the code generator.
DirectMetaPropertyMap A map of name to meta-property designed for use by the code generator.
 

Package org.joda.beans.impl.direct Description

Implementation of Joda-Beans designed for extension by the code generator.

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–2015 Joda.org. All rights reserved.