Annotate the file as follows:
class DataItem { private String name; @JacksonXmlProperty(isAttribute = true) private Map params; }