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>
Exception
public String marshal(OffsetDateTime offsetDateTimeObject) throws Exception
marshal
in class XmlAdapter<String,OffsetDateTime>
Exception
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.