public class ZonedDateTimeAdapter extends XmlAdapter<String,java.time.ZonedDateTime>
| Constructor and Description |
|---|
ZonedDateTimeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(java.time.ZonedDateTime zonedDateTime) |
java.time.ZonedDateTime |
unmarshal(String string) |
Copyright © 2022. All rights reserved.