com.atlassian.jira.rest.v2.issue
Class PropertySetAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Map<String,Object>,com.opensymphony.module.propertyset.PropertySet>
com.atlassian.jira.rest.v2.issue.PropertySetAdapter
public class PropertySetAdapter
- extends XmlAdapter<Map<String,Object>,com.opensymphony.module.propertyset.PropertySet>
- Since:
- v4.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetAdapter
public PropertySetAdapter()
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-2012 Atlassian. All Rights Reserved.