Class URIXmlAdapter


  • public class URIXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​URI>
    • Constructor Detail

      • URIXmlAdapter

        public URIXmlAdapter()
    • Method Detail

      • unmarshal

        public URI unmarshal​(String value)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​URI>
      • marshal

        public String marshal​(URI uri)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​URI>