public static class DateHelper.SimpleAdapter extends XmlAdapter<String,java.time.LocalDate>
| Constructor and Description |
|---|
SimpleAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(java.time.LocalDate date) |
java.time.LocalDate |
unmarshal(String date) |
public String marshal(java.time.LocalDate date)
marshal in class XmlAdapter<String,java.time.LocalDate>public java.time.LocalDate unmarshal(String date)
unmarshal in class XmlAdapter<String,java.time.LocalDate>Copyright © 2025. All rights reserved.