no.digipost.xsd.jaxb
Class XSDateAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.LocalDate>
no.digipost.xsd.jaxb.XSDateAdapter
public class XSDateAdapter
- 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 |
XSDateAdapter
public XSDateAdapter()
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 value)
- Specified by:
marshal in class XmlAdapter<String,org.joda.time.LocalDate>
Copyright © 2014 Digipost Open Source. All Rights Reserved.