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 Stringmarshal(OffsetDateTime offsetDateTimeObject)OffsetDateTimeunmarshal(String offsetDateTimeString)
-
-
-
Method Detail
-
unmarshal
public OffsetDateTime unmarshal(String offsetDateTimeString) throws Exception
- Specified by:
unmarshalin classXmlAdapter<String,OffsetDateTime>- Throws:
Exception
-
marshal
public String marshal(OffsetDateTime offsetDateTimeObject) throws Exception
- Specified by:
marshalin classXmlAdapter<String,OffsetDateTime>- Throws:
Exception
-
-