Package | Description |
---|---|
jfun.util.beans |
Provides helper classes to handle java bean properties.
|
Modifier and Type | Method and Description |
---|---|
BeanType |
Bean.getBeanType()
Get the BeanType object for this object.
|
static BeanType |
BeanType.instance(java.lang.Class type)
Get a BeanType object.
|
Modifier and Type | Method and Description |
---|---|
static Bean |
Bean.instance(BeanType btype,
java.lang.Object obj)
Create a Bean object for a Java object.
|