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