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 Class
getPropertyType
(String name) void
setProperty
(String name, Object o) void
setPropertyAsString
(String name, Class type, String txt) void
setPropertyAsString
(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
-