public class ZonedDateTimeXmlAdapter extends XmlAdapter<String,ZonedDateTime>
| Constructor and Description |
|---|
ZonedDateTimeXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(ZonedDateTime zonedDateTime) |
ZonedDateTime |
unmarshal(String value) |
public ZonedDateTime unmarshal(String value)
unmarshal in class XmlAdapter<String,ZonedDateTime>public String marshal(ZonedDateTime zonedDateTime)
marshal in class XmlAdapter<String,ZonedDateTime>Copyright © 2020. All rights reserved.