| Package | Description |
|---|---|
| org.joda.beans.impl.flexi |
Implementation of Joda-Beans as a flexible map of data.
|
| Modifier and Type | Method | Description |
|---|---|---|
FlexiBean |
FlexiBean.append(java.lang.String propertyName,
java.lang.Object newValue) |
Sets a property in this bean to the specified value.
|
FlexiBean |
FlexiBean.clone() |
Clones this bean, returning an independent copy.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
FlexiBean.putAll(FlexiBean other) |
Puts the properties in the specified bean into this bean.
|
| Constructor | Description |
|---|---|
FlexiBean(FlexiBean copyFrom) |
Constructor that copies all the data entries from the specified bean.
|
Copyright © 2007–2018 Joda.org. All rights reserved.