Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: FEST-Reflect 1.2
-
Component/s: Reflect
-
Labels:None
-
Number of attachments :
Description
The same way FEST-Reflect support reflection of class fields, it would be nice to have support for java bean properties.
We could have a Reflection.property(String name) method that works the same as Reflection.field().
The API would be the same as for field().
Only the implementation would differ (and be based on Java Beans introspection java.beans.PropertyDescriptor to reach access to this bean property).
Sorry for the stoked java.beans.PropertyDescriptor, I wasn't aware of that JIRA text formatting, and just wanted to put it between dashes