public static class Account.RolesAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,java.util.Collection<java.lang.String>>
| Constructor and Description |
|---|
RolesAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Account.RoleList |
marshal(java.util.Collection<java.lang.String> roles) |
java.util.Collection<java.lang.String> |
unmarshal(Account.RoleList list) |
public Account.RoleList marshal(java.util.Collection<java.lang.String> roles)
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,java.util.Collection<java.lang.String>>public java.util.Collection<java.lang.String> unmarshal(Account.RoleList list)
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Account.RoleList,java.util.Collection<java.lang.String>>