public static class LocalDateTimeHelper.Rfc8601DateTimeAdapter extends XmlAdapter<String,LocalDateTime>
| Constructor and Description |
|---|
Rfc8601DateTimeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LocalDateTime dateTime) |
LocalDateTime |
unmarshal(String dateTime) |
public String marshal(LocalDateTime dateTime)
marshal in class XmlAdapter<String,LocalDateTime>public LocalDateTime unmarshal(String dateTime)
unmarshal in class XmlAdapter<String,LocalDateTime>Copyright © 2025. All rights reserved.