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.map |
Implementation of Joda-Beans extending a map.
|
org.joda.beans.impl.reflection |
Implementation of Joda-Beans using reflection.
|
Modifier and Type | Method and Description |
---|---|
PropertyMap |
MetaBean.createPropertyMap(Bean bean)
Creates a map of properties for the specified bean.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPropertyMap
A standard map of properties.
|
Modifier and Type | Method and Description |
---|---|
PropertyMap |
BasicMetaBean.createPropertyMap(Bean bean) |
Modifier and Type | Class and Description |
---|---|
class |
MapBeanPropertyMap
A map of properties for a
MapBean . |
Modifier and Type | Method and Description |
---|---|
PropertyMap |
ReflectiveMetaBean.createPropertyMap(Bean bean) |
Copyright © 2007–2013 Joda.org. All rights reserved.