Uses of Class
jfun.util.beans.BeanType

Packages that use BeanType
jfun.util.beans Provides helper classes to handle java bean properties. 
 

Uses of BeanType in jfun.util.beans
 

Methods in jfun.util.beans that return BeanType
 BeanType Bean.getBeanType()
          Get the BeanType object for this object.
static BeanType BeanType.instance(java.lang.Class type)
          Get a BeanType object.
 

Methods in jfun.util.beans with parameters of type BeanType
static Bean Bean.instance(BeanType btype, java.lang.Object obj)
          Create a Bean object for a Java object.