Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
If using enums such as
GET_USER
It would be great if the enum type converter also support a dash style, so you can say
action=get-user
action=GET_USER
action=GetUser
action=getUser
We do ignore case and also match as-is, eg if the enum was GETUSER and not GET_USER