public class TimestampXmlAdapter extends XmlAdapter<String,Long>
TimestampXmlAdapter()
String
marshal(Long timestamp)
Long
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TimestampXmlAdapter()
public Long unmarshal(String value)
unmarshal
XmlAdapter<String,Long>
public String marshal(Long timestamp)
marshal
Copyright © 2020. All rights reserved.