public class ZonedLocalDateXmlAdapter extends XmlAdapter<String,LocalDate>
XmlUtils.DEFAULT_ZONE
This makes xml bindings independent of system locale.| Constructor and Description |
|---|
ZonedLocalDateXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LocalDate v) |
LocalDate |
unmarshal(String dateValue) |
Copyright © 2022. All rights reserved.