public class XSDateTimeAdapter extends XmlAdapter<String,org.joda.time.DateTime>
| Constructor and Description |
|---|
XSDateTimeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(org.joda.time.DateTime value) |
org.joda.time.DateTime |
unmarshal(String value) |
public org.joda.time.DateTime unmarshal(String value)
unmarshal in class XmlAdapter<String,org.joda.time.DateTime>public String marshal(org.joda.time.DateTime value)
marshal in class XmlAdapter<String,org.joda.time.DateTime>Copyright © 2017 Digipost. All Rights Reserved.