com.atlassian.sal.api.user
Class UserKeyXmlAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,UserKey>
com.atlassian.sal.api.user.UserKeyXmlAdapter
public class UserKeyXmlAdapter
- extends XmlAdapter<String,UserKey>
A JAXB XmlAdapter which converts to and from UserKey objects.
- Since:
- 2.10.4
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserKeyXmlAdapter
public UserKeyXmlAdapter()
unmarshal
@Nullable
public UserKey unmarshal(String stringValue)
- Specified by:
unmarshal in class XmlAdapter<String,UserKey>
marshal
@Nullable
public String marshal(UserKey userKey)
- Specified by:
marshal in class XmlAdapter<String,UserKey>
Copyright © 2014 Atlassian. All Rights Reserved.