public class LocalDateXmlAdapter extends XmlAdapter<String,LocalDate>
| Constructor and Description |
|---|
LocalDateXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LocalDate localDateObject) |
LocalDate |
unmarshal(String localDateString) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.