public class AttributeSetAdapter extends XmlAdapter<JaxbAttributeList,Map<String,String>>
| Constructor and Description |
|---|
AttributeSetAdapter() |
| Modifier and Type | Method and Description |
|---|---|
JaxbAttributeList |
marshal(Map<String,String> value) |
Map<String,String> |
unmarshal(JaxbAttributeList value) |
public AttributeSetAdapter()
public Map<String,String> unmarshal(JaxbAttributeList value)
unmarshal in class XmlAdapter<JaxbAttributeList,Map<String,String>>public JaxbAttributeList marshal(Map<String,String> value)
marshal in class XmlAdapter<JaxbAttributeList,Map<String,String>>Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.