I am using Spring to bind user input into a command object. Unfortunately it does not seem to support EnumSets (giving an Exception "Could not instantiate Collection type: java.util.EnumSet"), so I am thinking about creating a utility that provides a "view" for any Set as a Map.
I am just wondering is anyone aware of anything that already does this either in Spring or in Commons Lang/Collections/etc ?