I am trying to generate some Java class from XSD schema. I know exactly what I want to generate in Java, and I\'m trying to write the corresponding XSD schema.
I nee
Yes, maps are handled seamlessly by jaxb, but only in one way.
The solution is described here:
http://todayguesswhat.blogspot.co.uk/2012/09/jaxb-xsd-to-java-maphashmap-example.html
But it is a lot of hassle if you already have a class that maps correctly. Why do you want to regenerate it from XSD?