public class DateAdapter extends XmlAdapter<String,Date>
Constructor and Description |
---|
DateAdapter() |
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.
|
Copyright © 2017. All rights reserved.