Add tests to ensure EnumSet
and EnumMap
work correctly with "null-as-empty"
#2529
Milestone
EnumSet
and EnumMap
work correctly with "null-as-empty"
#2529
While null-handling with
@JsonSetter
is tested to a degree, Enum collections (EnumSet, EnumMap) have quite particular handling (due to JDK implementation details), and should probably be separately and explicitly tested.The text was updated successfully, but these errors were encountered: