| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlexiBean
Implementation of a fully dynamic
Bean. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapBean
Implementation of a fully dynamic
Bean based on an exposed Map. |
Copyright © 2007–2017 Joda.org. All rights reserved.