Uses of Package
org.joda.beans
-
Packages that use org.joda.beans Package Description 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.light Implementation of light immutable Joda-Beans.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.ser Serialization of Joda-Beans.org.joda.beans.ser.bin Serialization of Joda-Beans using a binary format.org.joda.beans.ser.json Serialization of Joda-Beans using JSON.org.joda.beans.ser.map Serialization of Joda-Beans to/from an in-memory Map.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 Class Description Bean A bean consisting of a set of properties.BeanBuilder A builder for a bean, providing a safe way to create it.DynamicBean A dynamic bean that allows properties to be added and removed.DynamicMetaBean A dynamic meta-bean which works withDynamicBean
.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.MetaBeanProvider A provider ofMetaBean
instances for bean classes.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.PropertyPath A multi-stage property path.PropertyStyle An enumeration of property styles. -
Classes in org.joda.beans used by org.joda.beans.impl Class Description Bean A bean consisting of a set of properties.BeanBuilder A builder for a bean, providing a safe way to create it.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.direct Class Description Bean A bean consisting of a set of properties.BeanBuilder A builder for a bean, providing a safe way to create it.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.PropertyStyle An enumeration of property styles.TypedMetaBean A meta-bean that captures the type of the bean. -
Classes in org.joda.beans used by org.joda.beans.impl.flexi Class Description 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 withDynamicBean
.Property A property that is linked to a specific bean. -
Classes in org.joda.beans used by org.joda.beans.impl.light Class Description Bean A bean consisting of a set of properties.BeanBuilder A builder for a bean, providing a safe way to create it.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.TypedMetaBean A meta-bean that captures the type of the bean. -
Classes in org.joda.beans used by org.joda.beans.impl.map Class Description 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 withDynamicBean
.Property A property that is linked to a specific bean. -
Classes in org.joda.beans used by org.joda.beans.impl.reflection Class Description Bean A bean consisting of a set of properties.BeanBuilder A builder for a bean, providing a safe way to create it.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.TypedMetaBean A meta-bean that captures the type of the bean. -
Classes in org.joda.beans used by org.joda.beans.ser Class Description Bean A bean consisting of a set of properties.BeanBuilder A builder for a bean, providing a safe way to create it.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. -
Classes in org.joda.beans used by org.joda.beans.ser.bin Class Description Bean A bean consisting of a set of properties. -
Classes in org.joda.beans used by org.joda.beans.ser.json Class Description Bean A bean consisting of a set of properties. -
Classes in org.joda.beans used by org.joda.beans.ser.map Class Description Bean A bean consisting of a set of properties. -
Classes in org.joda.beans used by org.joda.beans.ser.xml Class Description Bean A bean consisting of a set of properties. -
Classes in org.joda.beans used by org.joda.beans.test Class Description Bean A bean consisting of a set of properties.ImmutableBean An immutable bean consisting of a set of properties.