protected static class AbstractJAXBProvider.CollectionWrapper extends Object
Modifier | Constructor and Description |
---|---|
protected |
CollectionWrapper() |
Modifier and Type | Method and Description |
---|---|
<T> Object |
getCollectionOrArray(Unmarshaller unm,
Class<T> type,
Class<?> collectionType,
Type genericType,
XmlJavaTypeAdapter adapter) |
List<?> |
getList() |
void |
setList(List<?> list) |
public void setList(List<?> list)
public List<?> getList()
public <T> Object getCollectionOrArray(Unmarshaller unm, Class<T> type, Class<?> collectionType, Type genericType, XmlJavaTypeAdapter adapter) throws JAXBException
JAXBException
Apache CXF