Class TransformJsonTreeToListOfXmlElement


  • public class TransformJsonTreeToListOfXmlElement
    extends java.lang.Object
    Transform Json Tree To Xml list of xml Element
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.w3c.dom.Element> mapJsonToElement​(java.util.Map<java.lang.String,​?> map)
      Transform Json Tree to list of xml elements
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • mapJsonToElement

        public static java.util.List<org.w3c.dom.Element> mapJsonToElement​(java.util.Map<java.lang.String,​?> map)
        Transform Json Tree to list of xml elements
        Parameters:
        map - Json tree
        Returns:
        the list of elements transformed into xml