org.broadleafcommerce.common.util.xml
Class ISO8601DateAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
org.broadleafcommerce.common.util.xml.ISO8601DateAdapter
public class ISO8601DateAdapter
- extends XmlAdapter<String,Date>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isoFormat
protected SimpleDateFormat isoFormat
ISO8601DateAdapter
public ISO8601DateAdapter()
marshal
public String marshal(Date arg0)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,Date>
- Throws:
Exception
unmarshal
public Date unmarshal(String arg0)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,Date>
- Throws:
Exception
Copyright © 2013. All Rights Reserved.