public class LocalDateTimeXmlAdapter extends XmlAdapter<String,LocalDateTime>
| Constructor and Description |
|---|
LocalDateTimeXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LocalDateTime localDateTimeObject) |
LocalDateTime |
unmarshal(String localDateTimeString) |
public LocalDateTime unmarshal(String localDateTimeString) throws Exception
unmarshal in class XmlAdapter<String,LocalDateTime>Exceptionpublic String marshal(LocalDateTime localDateTimeObject) throws Exception
marshal in class XmlAdapter<String,LocalDateTime>ExceptionCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.