Uses of Class
org.joda.beans.impl.StandaloneMetaProperty
-
Packages that use StandaloneMetaProperty Package Description 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 Modifier and Type Method Description static <R> StandaloneMetaProperty<R>StandaloneMetaProperty. of(java.lang.String propertyName, MetaBean metaBean, java.lang.Class<R> clazz)Creates a non-generified property.static <R> StandaloneMetaProperty<R>StandaloneMetaProperty. of(java.lang.String propertyName, MetaBean metaBean, java.lang.Class<R> clazz, java.lang.reflect.Type type)Creates a property.
-