-
public class OffsetDateTimeAdapter extends XmlAdapter<String, OffsetDateTime>
-
-
Method Summary
Modifier and Type Method Description OffsetDateTimeunmarshal(String v)Stringmarshal(OffsetDateTime v)-
-
Method Detail
-
unmarshal
OffsetDateTime unmarshal(String v)
-
marshal
String marshal(OffsetDateTime v)
-
-
-
-