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