Uses of Class
org.joda.beans.impl.reflection.ReflectiveMetaBean

Packages that use ReflectiveMetaBean
org.joda.beans.impl.reflection Implementation of Joda-Beans using reflection. 
 

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

Methods in org.joda.beans.impl.reflection that return ReflectiveMetaBean
static
<B extends Bean>
ReflectiveMetaBean
ReflectiveMetaBean.of(Class<B> beanClass)
          Deprecated. Use factory that accepts the property names
static
<B extends Bean>
ReflectiveMetaBean
ReflectiveMetaBean.of(Class<B> beanClass, String... propertyNames)
          Create a meta-bean and meta properties.
 



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