Package org.kie.internal.jaxb
Class OffsetDateTimeXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,OffsetDateTime>
-
- org.kie.internal.jaxb.OffsetDateTimeXmlAdapter
-
public class OffsetDateTimeXmlAdapter extends XmlAdapter<String,OffsetDateTime>
-
-
Constructor Summary
Constructors Constructor Description OffsetDateTimeXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
marshal(OffsetDateTime offsetDateTimeObject)
OffsetDateTime
unmarshal(String offsetDateTimeString)
-
-
-
Method Detail
-
unmarshal
public OffsetDateTime unmarshal(String offsetDateTimeString) throws Exception
- Specified by:
unmarshal
in classXmlAdapter<String,OffsetDateTime>
- Throws:
Exception
-
marshal
public String marshal(OffsetDateTime offsetDateTimeObject) throws Exception
- Specified by:
marshal
in classXmlAdapter<String,OffsetDateTime>
- Throws:
Exception
-
-