org.jenkinsci.plugins.jenkinsreviewbot
Class ReviewboardOps.MyDateAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
      extended by org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardOps.MyDateAdapter
Enclosing class:
ReviewboardOps

public static class ReviewboardOps.MyDateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>


Constructor Summary
ReviewboardOps.MyDateAdapter()
           
 
Method Summary
 String marshal(Date v)
           
 Date unmarshal(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReviewboardOps.MyDateAdapter

public ReviewboardOps.MyDateAdapter()
Method Detail

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.