public class JaxbListAdapter extends XmlAdapter<JaxbListWrapper,Collection>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
JaxbListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
JaxbListWrapper |
marshal(Collection v) |
Collection |
unmarshal(JaxbListWrapper v) |
public JaxbListWrapper marshal(Collection v) throws Exception
marshal in class XmlAdapter<JaxbListWrapper,Collection>Exceptionpublic Collection unmarshal(JaxbListWrapper v) throws Exception
unmarshal in class XmlAdapter<JaxbListWrapper,Collection>ExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.