public class ZonedDateTimeXmlAdapter extends XmlAdapter<String,ZonedDateTime>
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Boolean> |
OMIT_MILLIS_IF_ZERO |
| Constructor and Description |
|---|
ZonedDateTimeXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(ZonedDateTime value) |
ZonedDateTime |
unmarshal(String dateValue) |
public static final ThreadLocal<Boolean> OMIT_MILLIS_IF_ZERO
public ZonedDateTime unmarshal(String dateValue)
unmarshal in class XmlAdapter<String,ZonedDateTime>public String marshal(ZonedDateTime value)
marshal in class XmlAdapter<String,ZonedDateTime>Copyright © 2022. All rights reserved.