public class XmlEntityTOAdapter<E extends EntityTO> extends XmlAdapter<EntityTOType,E>
| Constructor and Description |
|---|
XmlEntityTOAdapter() |
| Modifier and Type | Method and Description |
|---|---|
EntityTOType |
marshal(E v) |
E |
unmarshal(EntityTOType v) |
public E unmarshal(EntityTOType v) throws Exception
unmarshal in class XmlAdapter<EntityTOType,E extends EntityTO>Exceptionpublic EntityTOType marshal(E v) throws Exception
marshal in class XmlAdapter<EntityTOType,E extends EntityTO>ExceptionCopyright © 2010–2016 The Apache Software Foundation. All rights reserved.