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