public static class ZonedDateTimeHelper.Rfc8601DateTimeAdapter extends XmlAdapter<String,java.time.ZonedDateTime>
| Constructor and Description |
|---|
Rfc8601DateTimeAdapter() |
| 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 © 2023. All rights reserved.