Class UserKeyXmlAdapter

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,UserKey>
com.atlassian.sal.api.user.UserKeyXmlAdapter

public class UserKeyXmlAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,UserKey>
A JAXB XmlAdapter which converts to and from UserKey objects.
Since:
2.10.4
  • Constructor Details

    • UserKeyXmlAdapter

      public UserKeyXmlAdapter()
  • Method Details

    • unmarshal

      @Nullable public UserKey unmarshal(String stringValue)
      Specified by:
      unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,UserKey>
    • marshal

      @Nullable public String marshal(UserKey userKey)
      Specified by:
      marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,UserKey>