java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<
String,
com.atlassian.sal.api.user.UserKey>
com.atlassian.confluence.plugins.rest.jackson2.UserKeyXmlAdapter
public class UserKeyXmlAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,com.atlassian.sal.api.user.UserKey>
-
Constructor Summary
Constructors
-
Method Summary
marshal(com.atlassian.sal.api.user.UserKey userKey)
com.atlassian.sal.api.user.UserKey
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UserKeyXmlAdapter
public UserKeyXmlAdapter()
-
Method Details
-
unmarshal
public com.atlassian.sal.api.user.UserKey unmarshal(String stringValue)
- Specified by:
unmarshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,com.atlassian.sal.api.user.UserKey>
-
marshal
public String marshal(com.atlassian.sal.api.user.UserKey userKey)
- Specified by:
marshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,com.atlassian.sal.api.user.UserKey>