See: Description
| Interface | Description | 
|---|---|
| AllReferenceAs<M> | A  ReferenceMapperand aManyReferenceMapperthat converts all references before processing them as
 values. | 
| ClassMapper | An object capable of mapping meta-classes. | 
| ContainerMapper | An object capable of mapping containers. | 
| DataMapper | An object capable of mapping features, containers and meta-classes represented as a set of key/value pair. | 
| ManyReferenceAs<M> | A  ManyReferenceMapperthat provides a default behavior to useMinstead ofIdfor
 multi-valued references. | 
| ManyReferenceMapper | An object capable of mapping multi-valued references represented as a set of key/value pair. | 
| ManyReferenceMergedAs<M> | A  ManyReferenceMapperthat provides a default behavior to useMinstead of a set ofIdfor
 multi-valued references. | 
| ManyValueMapper | An object capable of mapping multi-valued attributes represented as a set of key/value pair. | 
| ManyValueWithArrays | A  ManyValueMapperthat provides a default behavior to represent the "multi-valued" characteristic asObject[]. | 
| ManyValueWithIndices | A  ManyValueMapperthat provides a default behavior to represent the "multi-valued" directly with their
 position. | 
| ManyValueWithLists | A  ManyValueMapperthat provides a default behavior to represent the "multi-valued" characteristic asLists. | 
| ReferenceAs<M> | |
| ReferenceMapper | An object capable of mapping single-valued references represented as a set of key/value pair. | 
| ValueMapper | An object capable of mapping single-valued attributes represented as a set of key/value pair. | 
| Class | Description | 
|---|---|
| AbstractDataMapper | An abstract  DataMapper. | 
| AbstractDataMapperChain<M extends DataMapper> | An abstract  DataMapperthat delegates method calls to aDataMapperchain. | 
| AbstractMapperFactory | An abstract factory that helps the creation of  DataMapperinstances. | 
| InvalidDataMapper | An invalid  DataMapperthat throws aRuntimeExceptionat each call. | 
| Exception | Description | 
|---|---|
| InvalidDataMapperException | Exception thrown when an error occurred when creating  DataMapper. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.