public class LocalDateTimeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDateTime>
| Constructor and Description |
|---|
LocalDateTimeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
marshal(java.time.LocalDateTime dateTime) |
java.time.LocalDateTime |
unmarshal(java.lang.String dateTime) |
public java.time.LocalDateTime unmarshal(java.lang.String dateTime)
throws java.lang.Exception
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDateTime>java.lang.Exceptionpublic java.lang.String marshal(java.time.LocalDateTime dateTime)
throws java.lang.Exception
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDateTime>java.lang.Exception