public class ISO8601DateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>
| Modifier and Type | Field and Description |
|---|---|
protected java.text.SimpleDateFormat |
isoFormat |
| Constructor and Description |
|---|
ISO8601DateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
marshal(java.util.Date arg0) |
java.util.Date |
unmarshal(java.lang.String arg0) |
public java.lang.String marshal(java.util.Date arg0)
throws java.lang.Exception
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>java.lang.Exceptionpublic java.util.Date unmarshal(java.lang.String arg0)
throws java.lang.Exception
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Date>java.lang.ExceptionCopyright © 2018. All Rights Reserved.