Package org.openiam.idm.srvc.role.dto
Class RoleAttributeSetAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<RoleAttributeSet,Set<RoleAttribute>>
-
- org.openiam.idm.srvc.role.dto.RoleAttributeSetAdapter
-
public class RoleAttributeSetAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<RoleAttributeSet,Set<RoleAttribute>>
-
-
Constructor Summary
Constructors Constructor Description RoleAttributeSetAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleAttributeSet
marshal(Set<RoleAttribute> b)
Set<RoleAttribute>
unmarshal(RoleAttributeSet v)
-
-
-
Method Detail
-
marshal
public RoleAttributeSet marshal(Set<RoleAttribute> b) throws Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<RoleAttributeSet,Set<RoleAttribute>>
- Throws:
Exception
-
unmarshal
public Set<RoleAttribute> unmarshal(RoleAttributeSet v) throws Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<RoleAttributeSet,Set<RoleAttribute>>
- Throws:
Exception
-
-