Is your feature request related to a problem? Please describe.
I would like a fromValue-method for my enum classes - without needing to add the useEnumCaseInsensitive.
Describe the solution you'd like
Add the method regardless of configOption, and adapt it accordingly.
Is your feature request related to a problem? Please describe. I would like a
fromValue
-method for myenum
classes - without needing to add theuseEnumCaseInsensitive
.Describe the solution you'd like Add the method regardless of
configOption
, and adapt it accordingly.