| Interface | Description |
|---|---|
| CustomMapper |
A CustomMapper if one that implements the methods needed to map to/from POJO/DBObject
|
| Class | Description |
|---|---|
| DefaultCreator | |
| EphemeralMappedField |
This is a MappedField facade that allows us to convert and collect values to be gathered back in to a Map or Collection, e.g., rather
than directly on a mapped entity.
|
| MappedClass |
Represents a mapped class between the MongoDB DBObject and the java POJO.
|
| MappedField |
Represents the mapping of this field to/from mongodb (name, list
|
| Mapper |
This is the heart of Morphia and takes care of mapping from/to POJOs/DBObjects
|
| MapperOptions |
Options to control mapping behavior.
|
| Serializer |
| Exception | Description |
|---|---|
| MappingException |