public class LocalDateXmlAdapter extends XmlAdapter<String,LocalDateTime>
| Constructor and Description |
|---|
LocalDateXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LocalDateTime inputDate) |
LocalDateTime |
unmarshal(String inputDate) |
public LocalDateTime unmarshal(String inputDate) throws Exception
unmarshal in class XmlAdapter<String,LocalDateTime>Exceptionpublic String marshal(LocalDateTime inputDate) throws Exception
marshal in class XmlAdapter<String,LocalDateTime>ExceptionCopyright © 2018 Entur AS. All rights reserved.