Uses of Interface
org.joda.beans.DynamicBean

Packages that use DynamicBean
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
 Class<? extends DynamicBean> DynamicMetaBean.beanType()
          Get the type of the bean represented as a Class.
 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
 class FlexiBean
          Implementation of a fully dynamic Bean.
 

Uses of DynamicBean in org.joda.beans.impl.map
 

Classes in org.joda.beans.impl.map that implement DynamicBean
 class MapBean
          Implementation of a fully dynamic Bean based on an exposed Map.
 



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