public static class TimestampXML.Adapter extends XmlAdapter<String,OffsetDateTime>
| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(OffsetDateTime v) |
OffsetDateTime |
unmarshal(String v) |
public OffsetDateTime unmarshal(String v) throws Exception
unmarshal in class XmlAdapter<String,OffsetDateTime>Exceptionpublic String marshal(OffsetDateTime v) throws Exception
marshal in class XmlAdapter<String,OffsetDateTime>ExceptionCopyright © 2016. All rights reserved.