public static class DateXML.Adapter extends XmlAdapter<String,LocalDate>
Adapter()
String
marshal(LocalDate v)
LocalDate
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Adapter()
public LocalDate unmarshal(String v) throws Exception
unmarshal
XmlAdapter<String,LocalDate>
Exception
public String marshal(LocalDate v) throws Exception
marshal
Copyright © 2016. All rights reserved.