public class JaxbDateAdapter extends XmlAdapter<String,Date>
| Constructor and Description |
|---|
JaxbDateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Date date)
This overridden method ...
|
Date |
unmarshal(String dateStr)
This overridden method ...
|
public JaxbDateAdapter()
public String marshal(Date date) throws Exception
marshal in class XmlAdapter<String,Date>ExceptionXmlAdapter.marshal(java.lang.Object)public Date unmarshal(String dateStr) throws Exception
unmarshal in class XmlAdapter<String,Date>ExceptionXmlAdapter.unmarshal(java.lang.Object)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.