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