public class DateXmlAdapter extends XmlAdapter<String,org.joda.time.LocalDate>
| Constructor and Description |
|---|
DateXmlAdapter() |
public org.joda.time.LocalDate unmarshal(String value)
unmarshal in class XmlAdapter<String,org.joda.time.LocalDate>public String marshal(org.joda.time.LocalDate date)
marshal in class XmlAdapter<String,org.joda.time.LocalDate>Copyright © 2013 Digipost Open Source. All rights reserved.