Uses of Interface
org.joda.beans.MetaBean

Packages that use MetaBean
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.reflection Implementation of Joda-Beans using reflection. 
 

Uses of MetaBean in org.joda.beans
 

Subinterfaces of MetaBean in org.joda.beans
 interface DynamicMetaBean
          A dynamic meta-bean which works with DynamicBean.
 

Methods in org.joda.beans that return MetaBean
 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 for a class.
 

Methods in org.joda.beans with parameters of type MetaBean
static void JodaBeanUtils.registerMetaBean(MetaBean metaBean)
          Registers a meta-bean.
 

Uses of MetaBean in org.joda.beans.impl
 

Classes in org.joda.beans.impl that implement MetaBean
 class BasicMetaBean
          Basic implementation of MetaBean.
 

Constructors in org.joda.beans.impl with parameters of type MetaBean
BasicImmutableBeanBuilder(MetaBean meta)
          Constructs the builder.
 

Uses of MetaBean in org.joda.beans.impl.direct
 

Classes in org.joda.beans.impl.direct that implement MetaBean
 class DirectMetaBean
          A meta-bean implementation designed for use by the code generator.
 

Methods in org.joda.beans.impl.direct that return MetaBean
 MetaBean DirectMetaProperty.metaBean()
           
 

Methods in org.joda.beans.impl.direct with parameters of type MetaBean
static
<P> DirectMetaProperty<P>
DirectMetaProperty.ofDerived(MetaBean metaBean, String propertyName, Class<?> declaringType, Class<P> propertyType)
          Factory to create a derived read-only meta-property avoiding duplicate generics.
static
<P> DirectMetaProperty<P>
DirectMetaProperty.ofImmutable(MetaBean metaBean, String propertyName, Class<?> declaringType, Class<P> propertyType)
          Factory to create an imutable meta-property avoiding duplicate generics.
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.
 

Uses of MetaBean in org.joda.beans.impl.reflection
 

Classes in org.joda.beans.impl.reflection that implement MetaBean
 class ReflectiveMetaBean
          A standard meta-bean implementation.
 

Methods in org.joda.beans.impl.reflection that return MetaBean
 MetaBean ReflectiveMetaProperty.metaBean()
           
 



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