public class XSDateAdapter extends XmlAdapter<String,java.time.LocalDate>
| Constructor and Description |
|---|
XSDateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(java.time.LocalDate date) |
java.time.LocalDate |
unmarshal(String value) |
public java.time.LocalDate unmarshal(String value)
unmarshal in class XmlAdapter<String,java.time.LocalDate>public String marshal(java.time.LocalDate date)
marshal in class XmlAdapter<String,java.time.LocalDate>Copyright © 2017 Digipost. All Rights Reserved.