Class PlanResultKeyAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,PlanResultKey>
-
- com.atlassian.bamboo.rest.adapter.PlanResultKeyAdapter
-
public class PlanResultKeyAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,PlanResultKey>
-
-
Constructor Summary
Constructors Constructor Description PlanResultKeyAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
marshal(@Nullable PlanResultKey planResultKey)
PlanResultKey
unmarshal(@Nullable String planResultKey)
-
-
-
Method Detail
-
unmarshal
public PlanResultKey unmarshal(@Nullable @Nullable String planResultKey) throws Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<String,PlanResultKey>
- Throws:
Exception
-
marshal
public String marshal(@Nullable @Nullable PlanResultKey planResultKey) throws Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<String,PlanResultKey>
- Throws:
Exception
-
-