public class JaxbDateAdapter extends XmlAdapter<String,Date>
JaxbDateAdapter()
String
marshal(Date date)
Date
unmarshal(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JaxbDateAdapter()
public Date unmarshal(String s) throws Exception
unmarshal
XmlAdapter<String,Date>
Exception
public String marshal(Date date) throws Exception
marshal
Copyright © 2015–2016 cn.gtmap. All rights reserved.