public class 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 inputDate)
Converte un oggetto LocalDate in una stringa di data.
|
java.time.LocalDate |
unmarshal(java.lang.String inputDate)
Converte una stringa di data in un oggetto LocalDate.
|
public java.time.LocalDate unmarshal(java.lang.String inputDate)
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDate>public java.lang.String marshal(java.time.LocalDate inputDate)
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.time.LocalDate>