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 value) |
java.time.LocalDateTime |
unmarshal(java.lang.String value) |
public java.time.LocalDateTime unmarshal(java.lang.String value)
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDateTime>
public java.lang.String marshal(java.time.LocalDateTime value)
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDateTime>