Package no.digipost.xsd.jaxb
Class XSDateTimeAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,ZonedDateTime>
-
- no.digipost.xsd.jaxb.XSDateTimeAdapter
-
public class XSDateTimeAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,ZonedDateTime>
-
-
Constructor Summary
Constructors Constructor Description XSDateTimeAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(ZonedDateTime value)ZonedDateTimeunmarshal(String value)
-
-
-
Method Detail
-
unmarshal
public ZonedDateTime unmarshal(String value)
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,ZonedDateTime>
-
marshal
public String marshal(ZonedDateTime value)
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,ZonedDateTime>
-
-