com.atlassian.jira.rest.v2.issue
Class PropertySetAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Map<String,Object>,com.opensymphony.module.propertyset.PropertySet>
      extended by com.atlassian.jira.rest.v2.issue.PropertySetAdapter

public class PropertySetAdapter
extends XmlAdapter<Map<String,Object>,com.opensymphony.module.propertyset.PropertySet>

Since:
v4.2

Constructor Summary
PropertySetAdapter()
           
 
Method Summary
 HashMap<String,Object> marshal(com.opensymphony.module.propertyset.PropertySet propertySet)
           
 com.opensymphony.module.propertyset.PropertySet unmarshal(Map<String,Object> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetAdapter

public PropertySetAdapter()
Method Detail

unmarshal

public com.opensymphony.module.propertyset.PropertySet unmarshal(Map<String,Object> map)
Specified by:
unmarshal in class XmlAdapter<Map<String,Object>,com.opensymphony.module.propertyset.PropertySet>

marshal

public HashMap<String,Object> marshal(com.opensymphony.module.propertyset.PropertySet propertySet)
Specified by:
marshal in class XmlAdapter<Map<String,Object>,com.opensymphony.module.propertyset.PropertySet>


Copyright © 2002-2013 Atlassian. All Rights Reserved.