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.direct |
Implementation of Joda-Beans designed for extension by the code generator.
|
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.
|
org.joda.beans.impl.reflection |
Implementation of Joda-Beans using reflection.
|
Modifier and Type | Method and Description |
---|---|
MetaBean |
MetaProperty.metaBean()
Gets the meta-bean which owns this meta-property.
|
MetaBean |
Bean.metaBean()
Gets the meta-bean representing the parts of the bean that are
common across all instances, such as the set of meta-properties.
|
static MetaBean |
JodaBeanUtils.metaBean(Class<?> cls)
Gets the meta-bean given a class.
|
Modifier and Type | Method and Description |
---|---|
static void |
JodaBeanUtils.registerMetaBean(MetaBean metaBean)
Registers a meta-bean.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicMetaBean
Basic implementation of
MetaBean . |
Modifier and Type | Class and Description |
---|---|
class |
DirectMetaBean
A meta-bean implementation designed for use by
DirectBean . |
Modifier and Type | Method and Description |
---|---|
MetaBean |
DirectMetaProperty.metaBean() |
Modifier and Type | Method and Description |
---|---|
static <P> DirectMetaProperty<P> |
DirectMetaProperty.ofReadOnly(MetaBean metaBean,
String propertyName,
Class<?> declaringType,
Class<P> propertyType)
Factory to create a read-write meta-property avoiding duplicate generics.
|
static <P> DirectMetaProperty<P> |
DirectMetaProperty.ofReadWrite(MetaBean metaBean,
String propertyName,
Class<?> declaringType,
Class<P> propertyType)
Factory to create a read-write meta-property avoiding duplicate generics.
|
static <P> DirectMetaProperty<P> |
DirectMetaProperty.ofWriteOnly(MetaBean metaBean,
String propertyName,
Class<?> declaringType,
Class<P> propertyType)
Factory to create a read-write meta-property avoiding duplicate generics.
|
Modifier and Type | Method and Description |
---|---|
MetaBean |
FlexiBean.metaBean() |
Modifier and Type | Method and Description |
---|---|
MetaBean |
MapBean.metaBean() |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveMetaBean
A standard meta-bean implementation.
|
Modifier and Type | Method and Description |
---|---|
MetaBean |
ReflectiveMetaProperty.metaBean() |
Copyright © 2007–2013 Joda.org. All rights reserved.