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