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>
Exception
public String marshal(LocalDateTime localDateTimeObject) throws Exception
marshal
in class XmlAdapter<String,LocalDateTime>
Exception
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.