public class ImmutableListAdapter<T> extends XmlAdapter<ListWrapper<T>,List<T>>
| Constructor and Description |
|---|
ImmutableListAdapter() |
public ImmutableListAdapter()
public ListWrapper<T> marshal(List<T> list)
marshal in class XmlAdapter<ListWrapper<T>,List<T>>public List<T> unmarshal(ListWrapper<T> wrapper)
unmarshal in class XmlAdapter<ListWrapper<T>,List<T>>Copyright © 2010–2014 The Kuali Foundation. All rights reserved.