Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-98

The TypeCoercer should be able to coerce String to Enum types, even without a specific contribution

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0.15
    • 5.3
    • tapestry-ioc
    • None

    Description

      In the current implementation to allow coersion form string literal to Enum we need to add contribution to the TypeCoercer. This is working. But this coersion can be performed by default using just Enum.valueOf (Class, String), so there are not required to register new coersion for every used enum type. In this case whe are lost the case insensibility of enum coersions, but if this is meaningfull for everyone we can still use contributed coersions, and if no one is found fallback do the default. Enum.valueOf

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            lucker Alexander Gavrilov
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: