You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/07/21 18:06:14 UTC

[jira] Created: (PIVOT-178) Make BeanDictionary discover public fields

Make BeanDictionary discover public fields
------------------------------------------

                 Key: PIVOT-178
                 URL: https://issues.apache.org/jira/browse/PIVOT-178
             Project: Pivot
          Issue Type: New Feature
          Components: core-beans
            Reporter: Todd Volkert
            Assignee: Todd Volkert
            Priority: Minor
             Fix For: 1.3


Given that we've already stretched the definition of a bean in BeanDictionary, it'd be handy if it could discover public fields and expose them as well.  If both a getter method and a public field were found, the method would have priority.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIVOT-178) Make BeanDictionary discover public fields

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733911#action_12733911 ] 

Todd Volkert commented on PIVOT-178:
------------------------------------

This is almost done.  The iterator needs some more work, but the others methods are complete.

> Make BeanDictionary discover public fields
> ------------------------------------------
>
>                 Key: PIVOT-178
>                 URL: https://issues.apache.org/jira/browse/PIVOT-178
>             Project: Pivot
>          Issue Type: New Feature
>          Components: core-beans
>            Reporter: Todd Volkert
>            Assignee: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3
>
>
> Given that we've already stretched the definition of a bean in BeanDictionary, it'd be handy if it could discover public fields and expose them as well.  If both a getter method and a public field were found, the method would have priority.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIVOT-178) Make BeanDictionary discover public fields

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert resolved PIVOT-178.
--------------------------------

    Resolution: Fixed

> Make BeanDictionary discover public fields
> ------------------------------------------
>
>                 Key: PIVOT-178
>                 URL: https://issues.apache.org/jira/browse/PIVOT-178
>             Project: Pivot
>          Issue Type: New Feature
>          Components: core-beans
>            Reporter: Todd Volkert
>            Assignee: Todd Volkert
>            Priority: Minor
>             Fix For: 1.3
>
>
> Given that we've already stretched the definition of a bean in BeanDictionary, it'd be handy if it could discover public fields and expose them as well.  If both a getter method and a public field were found, the method would have priority.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.