You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Eric Norman (Jira)" <ji...@apache.org> on 2021/07/27 23:14:00 UTC

[jira] [Created] (SLING-10678) enhance ObjectModel#resolveProperty to handle target that is an enum class

Eric Norman created SLING-10678:
-----------------------------------

             Summary: enhance ObjectModel#resolveProperty to handle target that is an enum class
                 Key: SLING-10678
                 URL: https://issues.apache.org/jira/browse/SLING-10678
             Project: Sling
          Issue Type: Improvement
            Reporter: Eric Norman
            Assignee: Eric Norman
             Fix For: Scripting HTL Runtime 1.2.6-1.4.0


Companion ticket for:  SLING-10677

When an expression target object is an enum class, the ObjectModel#resolveProperty should handle resolving these scenarios:
 # enum value by name
 # enum value by ordinal
 # access static field within the enum
 # access static method within the enum

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)