public class PermissionDetailListAdapter extends XmlAdapter<PermissionDetailList,Map<String,String>>
This adapter will throw an exception during unmarshalling if blank or duplicate keys are encountered.
| Constructor and Description |
|---|
PermissionDetailListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
PermissionDetailList |
marshal(Map<String,String> v) |
Map<String,String> |
unmarshal(PermissionDetailList v) |
public PermissionDetailListAdapter()
public Map<String,String> unmarshal(PermissionDetailList v) throws Exception
unmarshal in class XmlAdapter<PermissionDetailList,Map<String,String>>ExceptionXmlAdapter.unmarshal(java.lang.Object)public PermissionDetailList marshal(Map<String,String> v) throws Exception
marshal in class XmlAdapter<PermissionDetailList,Map<String,String>>ExceptionXmlAdapter.marshal(java.lang.Object)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.