Class MapAdapter

All Implemented Interfaces:
AdapterNode, Element, Node

public class MapAdapter extends AbstractAdapterElement
MapAdapter adapters a java.util.Map type to an XML DOM with the following structure:
  <myMap>
      <entry>
          <key>...</key>
          <value>...</value>
      </entry>
      ...
  </myMap>