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