Class ListOfListAdapter<T>

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<ListOfListAdapter.ListOfListWrapper<T>,List<List<T>>>
org.openehealth.ipf.commons.ihe.xds.core.requests.query.ListOfListAdapter<T>
Type Parameters:
T - The type of object contained in the inner list

public class ListOfListAdapter<T> extends javax.xml.bind.annotation.adapters.XmlAdapter<ListOfListAdapter.ListOfListWrapper<T>,List<List<T>>>
A JAXB XmlAdapter that helps serialize generic lists of lists. This sort of thing is used by the IPF QueryList class but is not handled naturally by JAXB. It takes a little effort here to get a reasonable serialization.