public class LocalDateTimeXmlAdapter extends XmlAdapter<String,LocalDateTime>
| Constructor and Description |
|---|
LocalDateTimeXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LocalDateTime value) |
LocalDateTime |
unmarshal(String value) |
public LocalDateTime unmarshal(String value) throws Exception
unmarshal in class XmlAdapter<String,LocalDateTime>Exceptionpublic String marshal(LocalDateTime value) throws Exception
marshal in class XmlAdapter<String,LocalDateTime>ExceptionCopyright © 2019. All rights reserved.