By default, marshalling a @XmlRootElement bean containing a map gives the structure:
myMap : {
entry : {
key : {
...
},
value : {
...
}
}
}
Is there any way to customise the JSON field names 'entry', 'key' and 'value'?