jakartaee / faces

Jakarta Faces
Other
100 stars 55 forks source link

Remove EnumConverter constructor in favor is dynamically extracting it? #1938

Open tandraschko opened 2 weeks ago

tandraschko commented 2 weeks ago

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