Class WireContextXmlAdapter


  • public class WireContextXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<com.fasterxml.jackson.databind.JsonNode,​WireContext[]>
    • Constructor Detail

      • WireContextXmlAdapter

        public WireContextXmlAdapter()
    • Method Detail

      • unmarshal

        public WireContext[] unmarshal​(com.fasterxml.jackson.databind.JsonNode node)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<com.fasterxml.jackson.databind.JsonNode,​WireContext[]>
      • marshal

        public com.fasterxml.jackson.databind.JsonNode marshal​(WireContext[] wireContexts)
                                                        throws com.fasterxml.jackson.core.JsonProcessingException
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<com.fasterxml.jackson.databind.JsonNode,​WireContext[]>
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException