Class XMLTreeDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<XMLTree>
overit.geocall.model.format.XMLTreeDeserializer
All Implemented Interfaces:
NullValueProvider

public class XMLTreeDeserializer extends JsonDeserializer<XMLTree>
XMLDeserializer has some limits at the moment due to the fact that the parser is not capable to distinguish from from attribute nodes and child nodes. It manages key="value" and <key>value</key> the same way. At the moment, giving more than one attribute to a node make it distinguish froma single <key>value</key> node.