| Interface | Description |
|---|---|
| Mappable |
An object that serializes itself to a
Document
and vice versa. |
| MapperFacade |
A facade for serializers to convert an object to a
Document
and vice versa. |
| NitriteMapper |
Represents an object mapper for nitrite database.
|
| Class | Description |
|---|---|
| AbstractMapper |
This class provides a skeletal implementation of a
NitriteMapper. |
| GenericMapper |
A generic
NitriteMapper implementation. |
| JacksonFacade |
A jackson based
MapperFacade implementation. |
| JacksonMapper |
A jackson based
GenericMapper implementation. |
| NitriteIdModule |
Nitrite Document serialization api.