com.atlassian.bamboo.rest.model.adapters
Class PlanResultKeyRestResultKeyAdaptor
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<RestResultKey,PlanResultKey>
com.atlassian.bamboo.rest.model.adapters.PlanResultKeyRestResultKeyAdaptor
public class PlanResultKeyRestResultKeyAdaptor
- extends XmlAdapter<RestResultKey,PlanResultKey>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanResultKeyRestResultKeyAdaptor
public PlanResultKeyRestResultKeyAdaptor()
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.