com.atlassian.bamboo.rest.model.adapters
Class PlanResultKeyRestResultKeyAdaptor

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<RestResultKey,PlanResultKey>
      extended by com.atlassian.bamboo.rest.model.adapters.PlanResultKeyRestResultKeyAdaptor

public class PlanResultKeyRestResultKeyAdaptor
extends XmlAdapter<RestResultKey,PlanResultKey>


Constructor Summary
PlanResultKeyRestResultKeyAdaptor()
           
 
Method Summary
 RestResultKey marshal(PlanResultKey key)
           
 PlanResultKey unmarshal(RestResultKey restKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanResultKeyRestResultKeyAdaptor

public PlanResultKeyRestResultKeyAdaptor()
Method Detail

unmarshal

public PlanResultKey unmarshal(RestResultKey restKey)
                        throws Exception
Specified by:
unmarshal in class XmlAdapter<RestResultKey,PlanResultKey>
Throws:
Exception

marshal

public RestResultKey marshal(PlanResultKey key)
                      throws Exception
Specified by:
marshal in class XmlAdapter<RestResultKey,PlanResultKey>
Throws:
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.