public class DateXmlAdapter extends XmlAdapter<String,org.joda.time.LocalDate>
Constructor and Description |
---|
DateXmlAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(org.joda.time.LocalDate date) |
org.joda.time.LocalDate |
unmarshal(String value) |
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 © 2016 Digipost Open Source. All rights reserved.