Class StintXmlAdapter


  • public class StintXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<com.fasterxml.jackson.databind.JsonNode,​Stint>
    • Constructor Detail

      • StintXmlAdapter

        public StintXmlAdapter()
    • Method Detail

      • marshal

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

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