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 javax.xml.bind.annotation.adapters.XmlAdapter<Map<String,Object>,com.opensymphony.module.propertyset.PropertySet>
Since:
v4.2
  • Constructor Details

    • PropertySetAdapter

      public PropertySetAdapter()
  • Method Details

    • unmarshal

      public com.opensymphony.module.propertyset.PropertySet unmarshal(Map<String,Object> map)
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.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 javax.xml.bind.annotation.adapters.XmlAdapter<Map<String,Object>,com.opensymphony.module.propertyset.PropertySet>