public class UserAttributeAdapter extends XmlAdapter<List<UserAttributeMetaData>,Map<String,UserAttributeMetaData>>
| Constructor and Description |
|---|
UserAttributeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<UserAttributeMetaData> |
marshal(Map<String,UserAttributeMetaData> arg0) |
Map<String,UserAttributeMetaData> |
unmarshal(List<UserAttributeMetaData> list) |
public List<UserAttributeMetaData> marshal(Map<String,UserAttributeMetaData> arg0) throws Exception
marshal in class XmlAdapter<List<UserAttributeMetaData>,Map<String,UserAttributeMetaData>>Exceptionpublic Map<String,UserAttributeMetaData> unmarshal(List<UserAttributeMetaData> list) throws Exception
unmarshal in class XmlAdapter<List<UserAttributeMetaData>,Map<String,UserAttributeMetaData>>ExceptionCopyright © 2003-2021 GateIn. All Rights Reserved.