public class LocalDateAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,LocalDate>
LocalDateAdapter()
String
marshal(LocalDate v)
LocalDate
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LocalDateAdapter()
public LocalDate unmarshal(String v) throws Exception
unmarshal
javax.xml.bind.annotation.adapters.XmlAdapter<String,LocalDate>
Exception
public String marshal(LocalDate v) throws Exception
marshal