public class DateTimeAdapter extends XmlAdapter<String,Date>
| Constructor and Description |
|---|
DateTimeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Date value)
Marshal a Date to a String for use by JAXB.
|
Date |
unmarshal(String value)
Unmarshal a Date and Time.
|
Copyright © 2017. All rights reserved.