public class OffsetDateTimeXmlAdapter extends XmlAdapter<String,OffsetDateTime>
| Constructor and Description |
|---|
OffsetDateTimeXmlAdapter() |
| 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)
marshal in class XmlAdapter<String,OffsetDateTime>Copyright © 2020 bremersee.org. All rights reserved.