public static class ZonedDateTimeHelper.UnixTimestampAdapter extends XmlAdapter<String,java.time.ZonedDateTime>
| Constructor and Description |
|---|
UnixTimestampAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(java.time.ZonedDateTime dateTime) |
java.time.ZonedDateTime |
unmarshal(String dateTime) |
public String marshal(java.time.ZonedDateTime dateTime)
marshal in class XmlAdapter<String,java.time.ZonedDateTime>public java.time.ZonedDateTime unmarshal(String dateTime)
unmarshal in class XmlAdapter<String,java.time.ZonedDateTime>Copyright © 2025. All rights reserved.