Description
If i try to serialize and deserialize an object with a field of type EnumSet i get an argument type mismatch. The reason is, that in this case Johnzon deserializes the field as type HashSet an throws an error when trying to set the field value.
I think the problem is in the method createCollectionMapping of the class Mappings.