Class Account.RolesAdapter

  • Enclosing class:
    Account

    public static class Account.RolesAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,​java.util.Collection<java.lang.String>>
    • Constructor Summary

      Constructors 
      Constructor Description
      RolesAdapter()  
    • Constructor Detail

      • RolesAdapter

        public RolesAdapter()
    • Method Detail

      • marshal

        public Account.RoleList marshal​(java.util.Collection<java.lang.String> roles)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,​java.util.Collection<java.lang.String>>
      • unmarshal

        public java.util.Collection<java.lang.String> unmarshal​(Account.RoleList list)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,​java.util.Collection<java.lang.String>>