Uses of Interface
org.joda.beans.Property
-
Packages that use Property 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.flexi Implementation of Joda-Beans as a flexible map of data.org.joda.beans.impl.map Implementation of Joda-Beans extending a map. -
-
Uses of Property in org.joda.beans
Methods in org.joda.beans that return Property Modifier and Type Method Description default Property<P>MetaProperty. createProperty(Bean bean)Creates a property that binds this meta-property to a specific bean.default <R> Property<R>Bean. property(String propertyName)Gets a property by name.<R> Property<R>DynamicBean. property(String propertyName)Gets a property by name.Methods in org.joda.beans with parameters of type Property Modifier and Type Method Description static Class<?>JodaBeanUtils. collectionType(Property<?> prop)Extracts the collection content type as aClassfrom a property.static Class<?>JodaBeanUtils. mapKeyType(Property<?> prop)Extracts the map key type as aClassfrom a meta-property.static Class<?>JodaBeanUtils. mapValueType(Property<?> prop)Extracts the map value type as aClassfrom a meta-property. -
Uses of Property in org.joda.beans.impl
Classes in org.joda.beans.impl that implement Property Modifier and Type Class Description classBasicProperty<P>A property that binds aBeanto aMetaProperty.Methods in org.joda.beans.impl that return Property Modifier and Type Method Description Property<?>BasicPropertyMap. get(Object obj)Methods in org.joda.beans.impl that return types with arguments of type Property Modifier and Type Method Description Set<Map.Entry<String,Property<?>>>BasicPropertyMap. entrySet() -
Uses of Property in org.joda.beans.impl.flexi
Methods in org.joda.beans.impl.flexi that return Property Modifier and Type Method Description 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 Modifier and Type Method Description Property<Object>MapBean. property(String name)
-