Currently EnumConverter requires a target class constructor param, we could get rid of it with: 1) like OmniFaces, getting the Enum Class in getAsString and remember 2) extracting from the value expression
Currently EnumConverter requires a target class constructor param, we could get rid of it with: