java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<
Map <
String ,
Object >,com.opensymphony.module.propertyset.PropertySet>
com.atlassian.jira.rest.v2.issue.PropertySetAdapter
public class PropertySetAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<Map <String ,Object >,com.opensymphony.module.propertyset.PropertySet>
Since:
v4.2
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
marshal (com.opensymphony.module.propertyset.PropertySet propertySet)
com.opensymphony.module.propertyset.PropertySet
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
PropertySetAdapter
public PropertySetAdapter ()
Method Details
unmarshal
public com.opensymphony.module.propertyset.PropertySet unmarshal (Map <String ,Object > map)
Specified by:
unmarshal in class jakarta.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 jakarta.xml.bind.annotation.adapters.XmlAdapter<Map <String ,Object >,com.opensymphony.module.propertyset.PropertySet>