no.digipost.api.client.representations.xml
Class DateXmlAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.LocalDate>
no.digipost.api.client.representations.xml.DateXmlAdapter
public class DateXmlAdapter
- extends XmlAdapter<String,org.joda.time.LocalDate>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateXmlAdapter
public DateXmlAdapter()
unmarshal
public org.joda.time.LocalDate unmarshal(String value)
- Specified by:
unmarshal
in class XmlAdapter<String,org.joda.time.LocalDate>
marshal
public String marshal(org.joda.time.LocalDate date)
- Specified by:
marshal
in class XmlAdapter<String,org.joda.time.LocalDate>
Copyright © 2012 Digipost Open Source. All Rights Reserved.