Package org.kie.internal.jaxb
Class LocalDateXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDate>
-
- org.kie.internal.jaxb.LocalDateXmlAdapter
-
public class LocalDateXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDate>
-
-
Constructor Summary
Constructors Constructor Description LocalDateXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringmarshal(java.time.LocalDate localDateObject)java.time.LocalDateunmarshal(java.lang.String localDateString)
-
-
-
Method Detail
-
unmarshal
public java.time.LocalDate unmarshal(java.lang.String localDateString) throws java.lang.Exception- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDate>- Throws:
java.lang.Exception
-
marshal
public java.lang.String marshal(java.time.LocalDate localDateObject) throws java.lang.Exception- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDate>- Throws:
java.lang.Exception
-
-