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