Class JaxbMapAdapter


  • public class JaxbMapAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<JaxbMapAdapter.JaxbMap,​java.util.Map<java.lang.String,​java.lang.String>>
    • Constructor Detail

      • JaxbMapAdapter

        public JaxbMapAdapter()
    • Method Detail

      • marshal

        public JaxbMapAdapter.JaxbMap marshal​(java.util.Map<java.lang.String,​java.lang.String> v)
                                       throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbMapAdapter.JaxbMap,​java.util.Map<java.lang.String,​java.lang.String>>
        Throws:
        java.lang.Exception
      • unmarshal

        public java.util.Map<java.lang.String,​java.lang.String> unmarshal​(JaxbMapAdapter.JaxbMap v)
                                                                         throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<JaxbMapAdapter.JaxbMap,​java.util.Map<java.lang.String,​java.lang.String>>
        Throws:
        java.lang.Exception