public class LocalDateTimeAdapter extends XmlAdapter<String,java.time.LocalDateTime>
| Constructor and Description |
|---|
LocalDateTimeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(java.time.LocalDateTime dateTime) |
java.time.LocalDateTime |
unmarshal(String dateString) |
Copyright © 2015 craftsmenlabs. All Rights Reserved.