com.atlassian.bamboo.rest.adapter
Class PlanKeyAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PlanKey>
      extended by com.atlassian.bamboo.rest.adapter.PlanKeyAdapter

public class PlanKeyAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PlanKey>


Constructor Summary
PlanKeyAdapter()
           
 
Method Summary
 java.lang.String marshal(PlanKey planKey)
           
 PlanKey unmarshal(java.lang.String planKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanKeyAdapter

public PlanKeyAdapter()
Method Detail

unmarshal

public PlanKey unmarshal(@Nullable
                         java.lang.String planKey)
                  throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PlanKey>
Throws:
java.lang.Exception

marshal

public java.lang.String marshal(@Nullable
                                PlanKey planKey)
                         throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PlanKey>
Throws:
java.lang.Exception


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.