Package org.jfree.report.util.beans
Class BeanUtility
java.lang.Object
org.jfree.report.util.beans.BeanUtility
The BeanUtility class enables access to bean properties using the reflection
API.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getProperty(String name) getPropertyAsString(String name) static ClassgetPropertyType(String name) voidsetProperty(String name, Object o) voidsetPropertyAsString(String name, Class type, String txt) voidsetPropertyAsString(String name, String txt)
-
Constructor Details
-
BeanUtility
- Throws:
IntrospectionException
-
-
Method Details
-
derive
-
getPropertyInfos
-
getProperty
- Throws:
BeanException
-
getPropertyAsString
- Throws:
BeanException
-
setProperty
- Throws:
BeanException
-
setPropertyAsString
- Throws:
BeanException
-
getPropertyType
- Throws:
BeanException
-
getPropertyType
- Throws:
BeanException
-
setPropertyAsString
- Throws:
BeanException
-
getProperties
- Throws:
BeanException
-