See: Description
| Interface | Description |
|---|---|
| AllReferenceAs<M> |
A
ReferenceMapper and a ManyReferenceMapper that 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
ManyReferenceMapper that provides a default behavior to use M instead of Id for
multi-valued references. |
| ManyReferenceMapper |
An object capable of mapping multi-valued references represented as a set of key/value pair.
|
| ManyReferenceMergedAs<M> |
A
ManyReferenceMapper that provides a default behavior to use M instead of a set of Id for
multi-valued references. |
| ManyValueMapper |
An object capable of mapping multi-valued attributes represented as a set of key/value pair.
|
| ManyValueWithArrays |
A
ManyValueMapper that provides a default behavior to represent the "multi-valued" characteristic as Object[]. |
| ManyValueWithIndices |
A
ManyValueMapper that provides a default behavior to represent the "multi-valued" directly with their
position. |
| ManyValueWithLists |
A
ManyValueMapper that provides a default behavior to represent the "multi-valued" characteristic as Lists. |
| 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
DataMapper that delegates method calls to a DataMapper chain. |
| AbstractMapperFactory |
An abstract factory that helps the creation of
DataMapper instances. |
| InvalidDataMapper |
An invalid
DataMapper that throws a RuntimeException at each call. |
| Exception | Description |
|---|---|
| InvalidDataMapperException |
Exception thrown when an error occurred when creating
DataMapper. |
Copyright © 2013–2019 Atlanmod. All rights reserved.