com.atlassian.sal.api.user
Class UserKeyXmlAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,UserKey>
      extended by 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

Constructor Summary
UserKeyXmlAdapter()
           
 
Method Summary
 String marshal(UserKey userKey)
           
 UserKey unmarshal(String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserKeyXmlAdapter

public UserKeyXmlAdapter()
Method Detail

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.