Class StringKeyObjectValueMapXmlAdapter

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<StringKeyObjectValueMap,Map<String,Object>>
org.kie.internal.jaxb.StringKeyObjectValueMapXmlAdapter

public class StringKeyObjectValueMapXmlAdapter extends jakarta.xml.bind.annotation.adapters.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!