-
public class ZonedDateTimeAdapter extends XmlAdapter<String, ZonedDateTime>
-
-
Method Summary
Modifier and Type Method Description ZonedDateTimeunmarshal(String v)Stringmarshal(ZonedDateTime v)-
-
Method Detail
-
unmarshal
ZonedDateTime unmarshal(String v)
-
marshal
String marshal(ZonedDateTime v)
-
-
-
-