Uses of Package
org.joda.beans

Packages that use org.joda.beans
org.joda.beans Base interfaces and annotations defining Joda-Beans. 
org.joda.beans.impl Base implementations of Joda-Bean interfaces. 
org.joda.beans.impl.direct Implementation of Joda-Beans designed for extension by the code generator. 
org.joda.beans.impl.flexi Implementation of Joda-Beans as a flexible map of data. 
org.joda.beans.impl.map Implementation of Joda-Beans extending a map. 
org.joda.beans.impl.reflection Implementation of Joda-Beans using reflection. 
org.joda.beans.integrate.freemarker Integration of Joda-Beans and Freemarker. 
org.joda.beans.integrate.mongo Integration of Joda-Beans and MongoDB. 
org.joda.beans.query Support for the BeanQuery interface. 
org.joda.beans.ser Serialization of Joda-Beans. 
org.joda.beans.ser.xml Serialization of Joda-Beans using XML. 
org.joda.beans.test Utility to assist with testing and comparing Joda-Beans. 
 

Classes in org.joda.beans used by org.joda.beans
Bean
          A bean consisting of a set of properties.
BeanBuilder
          A builder for a bean, providing a safe way to create it.
BeanQuery
          A query based on beans.
DynamicBean
          A dynamic bean that allows properties to be added and removed.
DynamicMetaBean
          A dynamic meta-bean which works with DynamicBean.
MetaBean
          A meta-bean, defining those aspects of a bean which are not specific to a particular instance, such as the type and set of meta-properties.
MetaProperty
          A meta-property, defining those aspects of a property which are not specific to a particular bean, such as the property type and name.
Property
          A property that is linked to a specific bean.
PropertyMap
          A map of properties that is linked to a specific bean.
PropertyStyle
          An enumeration of property styles.
 

Classes in org.joda.beans used by org.joda.beans.impl
Bean
          A bean consisting of a set of properties.
BeanBuilder
          A builder for a bean, providing a safe way to create it.
BeanQuery
          A query based on beans.
MetaBean
          A meta-bean, defining those aspects of a bean which are not specific to a particular instance, such as the type and set of meta-properties.
MetaProperty
          A meta-property, defining those aspects of a property which are not specific to a particular bean, such as the property type and name.
Property
          A property that is linked to a specific bean.
PropertyMap
          A map of properties that is linked to a specific bean.
 

Classes in org.joda.beans used by org.joda.beans.impl.direct
Bean
          A bean consisting of a set of properties.
BeanBuilder
          A builder for a bean, providing a safe way to create it.
BeanQuery
          A query based on beans.
MetaBean
          A meta-bean, defining those aspects of a bean which are not specific to a particular instance, such as the type and set of meta-properties.
MetaProperty
          A meta-property, defining those aspects of a property which are not specific to a particular bean, such as the property type and name.
Property
          A property that is linked to a specific bean.
PropertyStyle
          An enumeration of property styles.
 

Classes in org.joda.beans used by org.joda.beans.impl.flexi
Bean
          A bean consisting of a set of properties.
DynamicBean
          A dynamic bean that allows properties to be added and removed.
DynamicMetaBean
          A dynamic meta-bean which works with DynamicBean.
Property
          A property that is linked to a specific bean.
 

Classes in org.joda.beans used by org.joda.beans.impl.map
Bean
          A bean consisting of a set of properties.
DynamicBean
          A dynamic bean that allows properties to be added and removed.
DynamicMetaBean
          A dynamic meta-bean which works with DynamicBean.
Property
          A property that is linked to a specific bean.
 

Classes in org.joda.beans used by org.joda.beans.impl.reflection
Bean
          A bean consisting of a set of properties.
BeanBuilder
          A builder for a bean, providing a safe way to create it.
BeanQuery
          A query based on beans.
MetaBean
          A meta-bean, defining those aspects of a bean which are not specific to a particular instance, such as the type and set of meta-properties.
MetaProperty
          A meta-property, defining those aspects of a property which are not specific to a particular bean, such as the property type and name.
Property
          A property that is linked to a specific bean.
PropertyMap
          A map of properties that is linked to a specific bean.
PropertyStyle
          An enumeration of property styles.
 

Classes in org.joda.beans used by org.joda.beans.integrate.freemarker
Bean
          A bean consisting of a set of properties.
 

Classes in org.joda.beans used by org.joda.beans.integrate.mongo
Bean
          A bean consisting of a set of properties.
 

Classes in org.joda.beans used by org.joda.beans.query
Bean
          A bean consisting of a set of properties.
BeanQuery
          A query based on beans.
 

Classes in org.joda.beans used by org.joda.beans.ser
MetaProperty
          A meta-property, defining those aspects of a property which are not specific to a particular bean, such as the property type and name.
 

Classes in org.joda.beans used by org.joda.beans.ser.xml
Bean
          A bean consisting of a set of properties.
 

Classes in org.joda.beans used by org.joda.beans.test
Bean
          A bean consisting of a set of properties.
 



Copyright © 2007–2013 Joda.org. All rights reserved.