pjfanning / jackson-module-enumeratum

Enumeratum support for Jackson
Apache License 2.0
4 stars 3 forks source link

add enum as keys support #7

Closed blanchet4forte closed 2 years ago

blanchet4forte commented 2 years ago

Added support for writing and reading enumeratum values as keys in collections. Only tested with Map.

There is alot of code duplication which I'm not happy with but I was not able to come up with a clever way of abstracting common functionality. Perhaps you have a good idea?

This addresses #5

pjfanning commented 2 years ago

thanks - lgtm