Uploaded image for project: 'Commons Sandbox'
  1. Commons Sandbox
  2. SANDBOX-464

Add support for interpreting property expressions

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Nightly Builds
    • None
    • BeanUtils2
    • None

    Description

      BeanUtils 1 has the functionality to interpret property paths. For example the call:

      BeanUtils.getProperty("adress.street", person);
      

      would first get the address of the given person and then get the street from the address and return it. The same is possible for list and mapped properties.

      In order to be supplement for BeanUtils1, we need to implement this in BeanUtils2.

      Attachments

        1. Commons-Sandbox-464-Get.patch
          17 kB
          Andre Diermann

        Issue Links

          Activity

            People

              Unassigned Unassigned
              britter Benedikt Ritter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: