Class ZonedDateTimeXmlAdapter
-
- All Implemented Interfaces:
public class ZonedDateTimeXmlAdapter extends XmlAdapter<ValueType, BoundType>- Since:
2021-04-19
trydofor
-
-
Constructor Summary
Constructors Constructor Description ZonedDateTimeXmlAdapter()
-
Method Summary
Modifier and Type Method Description ZonedDateTimeunmarshal(String stringValue)Stringmarshal(ZonedDateTime value)-
-
Method Detail
-
unmarshal
ZonedDateTime unmarshal(String stringValue)
-
marshal
String marshal(ZonedDateTime value)
-
-
-
-