public class LocalDateAdapter extends 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)
unmarshal
XmlAdapter<String,LocalDate>
public String marshal(LocalDate v)
marshal
Copyright © 2015. All rights reserved.