public abstract class MapperSet extends BaseDMapper
| Constructor and Description |
|---|
MapperSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Mapper mapper)
Adds the specified element to this set if it is not already present.
|
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.
|
getCalendar, getValue, getValue, getValueDate, getValueDateRange, getValueDouble, getValueInteger, getValueString, hasMethod, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, setValuepublic final boolean add(Mapper mapper)
mapper - mapper to be added to the mapper setSet.add(java.lang.Object)public final void map(DDocument document, Object object) throws MappingException
document - the domingo document to mapobject - the business objectMappingException - if an error occurred during mappingMapper.map(DDocument,
java.lang.Object)public final void map(Object object, DDocument document) throws MappingException
object - the business objectdocument - the domingo document to map toMappingException - if an error occurred during mappingMapper.map(java.lang.Object,
DDocument)Copyright © 2005–2020. All rights reserved.