public interface Mapper
| Modifier and Type | Method and Description |
|---|---|
void |
map(DDocument document,
Object object)
Maps a domingo document to a business object.
|
void |
map(Object object,
DDocument document)
Maps a business object to a domingo document.
|
void map(DDocument document, Object object) throws MappingException
document - the domingo document to mapobject - the business objectMappingException - if an error occurred during mappingvoid map(Object object, DDocument document) throws MappingException
object - the business objectdocument - the domingo document to map toMappingException - if an error occurred during mappingCopyright © 2005–2020. All rights reserved.