Uses of Interface
org.joda.beans.Property

Packages that use Property
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. 
 

Uses of Property in org.joda.beans
 

Methods in org.joda.beans that return Property
 Property<P> MetaProperty.createProperty(Bean bean)
          Creates a property that binds this meta-property to a specific bean.
<R> Property<R>
DynamicBean.property(String propertyName)
          Gets a property by name.
<R> Property<R>
Bean.property(String propertyName)
          Gets a property by name.
 

Methods in org.joda.beans with parameters of type Property
static Class<?> JodaBeanUtils.collectionType(Property<?> prop)
          Extracts the collection content type as a Class from a property.
static Class<?> JodaBeanUtils.mapKeyType(Property<?> prop)
          Extracts the map key type as a Class from a meta-property.
static Class<?> JodaBeanUtils.mapValueType(Property<?> prop)
          Extracts the map value type as a Class from a meta-property.
 

Uses of Property in org.joda.beans.impl
 

Classes in org.joda.beans.impl that implement Property
 class BasicProperty<P>
          A property that binds a Bean to a MetaProperty.
 

Methods in org.joda.beans.impl that return Property
 Property<P> BasicMetaProperty.createProperty(Bean bean)
           
 Property<?> BasicPropertyMap.get(Object obj)
           
<R> Property<R>
BasicBean.property(String propertyName)
           
 

Methods in org.joda.beans.impl that return types with arguments of type Property
 Set<Map.Entry<String,Property<?>>> BasicPropertyMap.entrySet()
           
 

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

Methods in org.joda.beans.impl.direct that return Property
<R> Property<R>
DirectBean.property(String propertyName)
           
 

Uses of Property in org.joda.beans.impl.flexi
 

Methods in org.joda.beans.impl.flexi that return Property
 Property<Object> FlexiBean.property(String name)
           
 

Uses of Property in org.joda.beans.impl.map
 

Methods in org.joda.beans.impl.map that return Property
 Property<Object> MapBean.property(String name)
           
 

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

Methods in org.joda.beans.impl.reflection that return Property
 Property<P> ReflectiveMetaProperty.createProperty(Bean bean)
           
 



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