public class InstantXmlAdapter extends XmlAdapter<String,Instant>
InstantXmlAdapter()
InstantXmlAdapter(ZoneId zoneId, Locale locale)
String
marshal(Instant v)
Instant
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InstantXmlAdapter()
public InstantXmlAdapter(ZoneId zoneId, Locale locale)
public Instant unmarshal(String v) throws Exception
unmarshal
XmlAdapter<String,Instant>
Exception
public String marshal(Instant v) throws Exception
marshal
Copyright © 2020 bremersee.org. All rights reserved.