Uploaded image for project: 'Commons BeanUtils'
  1. Commons BeanUtils
  2. BEANUTILS-174

Mapped properties require getter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0
    • None
    • None
    • None
    • Operating System: other
      Platform: Other

    • 10167

    Description

      Properties following pattern:

      void setFoo(String key, Object value)
      Object getFoo(String key)

      require getter in order to be accessible from beanutils.
      JavaBeans style properties doesn't require getter and can
      be read only, wrie only or read write.
      It would be consistent and more convinient if the same rules
      would apply for beanutil's mapped properties.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vnesek@yahoo.com Vjekoslav Nesek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: