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>
Exception
public Collection unmarshal(JaxbListWrapper v) throws Exception
unmarshal
in class XmlAdapter<JaxbListWrapper,Collection>
Exception
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.