Class LocalDateTimeXmlAdapter
-
- All Implemented Interfaces:
public class LocalDateTimeXmlAdapter extends XmlAdapter<ValueType, BoundType>- Since:
2021-04-19
trydofor
-
-
Constructor Summary
Constructors Constructor Description LocalDateTimeXmlAdapter()
-
Method Summary
Modifier and Type Method Description LocalDateTimeunmarshal(String stringValue)Stringmarshal(LocalDateTime value)-
-
Method Detail
-
unmarshal
LocalDateTime unmarshal(String stringValue)
-
marshal
String marshal(LocalDateTime value)
-
-
-
-