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>
Exception
public EntityTOType marshal(E v) throws Exception
marshal
in class XmlAdapter<EntityTOType,E extends EntityTO>
Exception
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.