public class XmlInstantAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Instant>
- Since:
- 2.0.0
-
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
-
XmlInstantAdapter
public XmlInstantAdapter()
-
Method Details
-
marshal
- Specified by:
marshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Instant>
-
unmarshal
- Specified by:
unmarshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Instant>