Package | Description |
---|---|
jfun.util.beans |
Provides helper classes to handle java bean properties.
|
Modifier and Type | Method and Description |
---|---|
static Bean |
Bean.instance(BeanType btype,
java.lang.Object obj)
Create a Bean object for a Java object.
|
static Bean |
Bean.instance(java.lang.Class type,
java.lang.Object obj)
Create a Bean object for a Java object.
|
static Bean |
Bean.instance(java.lang.Object obj)
Create a Bean object for a Java object.
|
Bean |
Bean.setProperty(java.lang.String name,
int ind,
java.lang.Object val)
Set value for an indexed property.
|
Bean |
Bean.setProperty(java.lang.String name,
java.lang.Object val)
Set value for a property.
|