Class AccountInfo.RolesAdapter

  • Enclosing class:
    AccountInfo

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

      • RolesAdapter

        public RolesAdapter()
    • Method Detail

      • marshal

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

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