Uses of Class
de.stefanfrings.utils.ConvertingHashMap
-
-
Uses of ConvertingHashMap in de.stefanfrings.utils
Methods in de.stefanfrings.utils that return ConvertingHashMap Modifier and Type Method Description static ConvertingHashMap
JsonSlurper. parse(String jsonDocument)
Parse an JSON document into a simple flat HashMap where the keys reflect the JSON structure.static ConvertingHashMap
XmlSlurper. parse(String xmlDocument)
Parse an XML document into a simple flat HashMap where the keys reflect the XML structure.
-