public class OffsetDateTimeXmlAdapter extends XmlAdapter<String,OffsetDateTime>
| Constructor and Description |
|---|
OffsetDateTimeXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(OffsetDateTime offsetDateTimeObject) |
OffsetDateTime |
unmarshal(String offsetDateTimeString) |
public OffsetDateTime unmarshal(String offsetDateTimeString) throws Exception
unmarshal in class XmlAdapter<String,OffsetDateTime>Exceptionpublic String marshal(OffsetDateTime offsetDateTimeObject) throws Exception
marshal in class XmlAdapter<String,OffsetDateTime>ExceptionCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.