Class StringMapAdapter


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

      • StringMapAdapter

        public StringMapAdapter()
    • Method Detail

      • marshal

        public StringMapAdapter.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<StringMapAdapter.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​(StringMapAdapter.JaxbMap v)
                                                                         throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<StringMapAdapter.JaxbMap,​java.util.Map<java.lang.String,​java.lang.String>>
        Throws:
        java.lang.Exception