[jboss-jira] [JBoss JIRA] Resolved: (JBREFLECT-22) Add bean access mode
Ales Justin (JIRA)
jira-events at lists.jboss.org
Thu Mar 20 11:59:52 EDT 2008
[ http://jira.jboss.com/jira/browse/JBREFLECT-22?page=all ]
Ales Justin resolved JBREFLECT-22.
----------------------------------
Resolution: Done
Added BeanAccessMode enum.
Possible values are:
- STANDARD, // Getters and Setters
- FIELDS, // Getters/Setters and public fields without getters and setters
- ALL // As above but with non public fields included
Configuration and BeanFactory now have methods to get proper BeanInfo.
> Add bean access mode
> --------------------
>
> Key: JBREFLECT-22
> URL: http://jira.jboss.com/jira/browse/JBREFLECT-22
> Project: JBoss Reflection
> Issue Type: Feature Request
> Components: BeanInfo
> Affects Versions: JBossReflection.2.0.0.Beta11
> Reporter: Ales Justin
> Assigned To: Ales Justin
> Fix For: JBossReflection.2.0.0.Beta12
>
>
> Add bean access type.
> e.g. allowing to access fields, by treating them as properties.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list