Claus Ibsen created CAMEL-15502:
-----------------------------------
Summary: camel-core - Enum type converter should support dash style
Key: CAMEL-15502
URL: https://issues.apache.org/jira/browse/CAMEL-15502
Project: Camel
Issue Type: Task
Components: camel-core
Reporter: Claus Ibsen
Fix For: 3.6.0
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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)