org.jenkinsci.plugins.jenkinsreviewbot
Class ReviewboardOps.MyDateAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardOps.MyDateAdapter
- Enclosing class:
- ReviewboardOps
public static class ReviewboardOps.MyDateAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReviewboardOps.MyDateAdapter
public ReviewboardOps.MyDateAdapter()
unmarshal
public Date unmarshal(String v)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
- Throws:
Exception
marshal
public String marshal(Date v)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
- Throws:
Exception
Copyright © 2004-2015. All Rights Reserved.