public class DateXmlAdapter extends XmlAdapter<String,LocalDate>
Constructor and Description |
---|
DateXmlAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(LocalDate date) |
LocalDate |
unmarshal(String value) |
Copyright © 2017 Digipost. All rights reserved.