public class ZoneIdXmlAdapter extends XmlAdapter<String,ZoneId>
XmlAdapter mapping JSR-310 ZoneId and ZoneOffset to the time-zone ID string
Time-zone ID format details:
XmlAdapter,
ZoneId,
ZoneOffset| Constructor and Description |
|---|
ZoneIdXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(ZoneId value) |
ZoneId |
unmarshal(String stringValue) |
Copyright © 2015. All rights reserved.