Uses of Class
org.joda.beans.impl.StandaloneMetaProperty

Packages that use StandaloneMetaProperty
org.joda.beans.impl Base implementations of Joda-Bean interfaces. 
 

Uses of StandaloneMetaProperty in org.joda.beans.impl
 

Methods in org.joda.beans.impl that return StandaloneMetaProperty
static
<R> StandaloneMetaProperty<R>
StandaloneMetaProperty.of(String propertyName, MetaBean metaBean, Class<R> clazz)
          Creates a non-generified property.
static
<R> StandaloneMetaProperty<R>
StandaloneMetaProperty.of(String propertyName, MetaBean metaBean, Class<R> clazz, Type type)
          Creates a property.
 



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