public class URIAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,URI>
URIAdapter()
String
marshal(URI v)
URI
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public URIAdapter()
public String marshal(URI v) throws Exception
marshal
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,URI>
Exception
public URI unmarshal(String v) throws Exception
unmarshal