Class StringKeyObjectValueMapXmlAdapter


  • public class StringKeyObjectValueMapXmlAdapter
    extends XmlAdapter<StringKeyObjectValueMap,​Map<String,​Object>>
    This is a XmlAdapter for mapping Map<String, Object> instances to classes/instances that both JAXB/XML and JSON can deal with.

    The most important reason for the existence of this class is that it works well with jackson JSON! JaxbMapAdapter, on the other hand, does not!