Uses of Interface
org.joda.beans.DynamicBean
-
Packages that use DynamicBean Package Description org.joda.beans Base interfaces and annotations defining Joda-Beans.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. -
-
Uses of DynamicBean in org.joda.beans
Methods in org.joda.beans that return types with arguments of type DynamicBean Modifier and Type Method Description Class<? extends DynamicBean>DynamicMetaBean. beanType()Get the type of the bean represented as aClass.BeanBuilder<? extends DynamicBean>DynamicMetaBean. builder()Creates a bean builder that can be used to create an instance of this bean. -
Uses of DynamicBean in org.joda.beans.impl.flexi
Classes in org.joda.beans.impl.flexi that implement DynamicBean Modifier and Type Class Description classFlexiBeanImplementation of a fully dynamicBean. -
Uses of DynamicBean in org.joda.beans.impl.map
Classes in org.joda.beans.impl.map that implement DynamicBean Modifier and Type Class Description classMapBeanImplementation of a fully dynamicBeanbased on an exposedMap.
-