You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2014/10/22 21:34:33 UTC

[jira] [Created] (SANDBOX-482) Add short cut methods for accessing property values

Benedikt Ritter created SANDBOX-482:
---------------------------------------

             Summary: Add short cut methods for accessing property values
                 Key: SANDBOX-482
                 URL: https://issues.apache.org/jira/browse/SANDBOX-482
             Project: Commons Sandbox
          Issue Type: Improvement
          Components: BeanUtils2
            Reporter: Benedikt Ritter


When accessing the acutal property values, one always has to call get() to get the wrapped value. Implement short cut methods:

* getValue(String propertyName)
* getMapped(String propertyName).valueOf(String key)
* getIndexed(String propertyName).valueAt(int index)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)