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