public class XSDateAdapter extends XmlAdapter<String,org.joda.time.LocalDate>
| Constructor and Description |
|---|
XSDateAdapter() |
public org.joda.time.LocalDate unmarshal(String value)
unmarshal in class XmlAdapter<String,org.joda.time.LocalDate>public String marshal(org.joda.time.LocalDate value)
marshal in class XmlAdapter<String,org.joda.time.LocalDate>Copyright © 2014 Digipost Open Source. All Rights Reserved.