public class AdapterZonedDateTime extends XmlAdapter<String,ZonedDateTime>
<xjc:javaType name="java.time.ZonedDateTime" xmlType="xsd:dateTime" adapter="com.helger.jaxb.adapter.AdapterZonedDateTime" />| Constructor and Description |
|---|
AdapterZonedDateTime() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(ZonedDateTime aValue) |
ZonedDateTime |
unmarshal(String sValue) |
public ZonedDateTime unmarshal(@Nullable String sValue)
unmarshal in class XmlAdapter<String,ZonedDateTime>public String marshal(@Nullable ZonedDateTime aValue)
marshal in class XmlAdapter<String,ZonedDateTime>Copyright © 2015–2021 Philip Helger. All rights reserved.