You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Jackson 2.4 and would like to use the FAIL_ON_NUMBERS_FOR_ENUMS deserialization feature.
This seems to be working when the json value is type int without quotes. However, when the json value is a quoted integer, it does not throw an exception, and converts the value based on enum ordinal
The text was updated successfully, but these errors were encountered:
I'm using Jackson 2.4 and would like to use the FAIL_ON_NUMBERS_FOR_ENUMS deserialization feature.
This seems to be working when the json value is type int without quotes. However, when the json value is a quoted integer, it does not throw an exception, and converts the value based on enum ordinal
The text was updated successfully, but these errors were encountered: