public class URIAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,URI>
Adapts a URI to a string.
- Author:
- Ryan Heaton
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
URIAdapter
public URIAdapter()
-
Method Details
-
marshal
- Specified by:
marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,URI>
- Throws:
Exception
-
unmarshal
- Specified by:
unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,URI>
- Throws:
Exception