| Class | Description |
|---|---|
| AnnotationsDescriptorObjectMapper |
Implementation of the that uses
annotations to define mappings.
|
| AnnotationsObjectDescriptorParser |
"Parses" objects with mapping annotations and
returns
ObjectDescriptors. |
| Annotation Type | Description |
|---|---|
| Entity |
Marks a class as an entity and able to be
mapped to MongoDB objects.
|
| Id |
Marks a property as being an identifier.
|
| Property |
Marks a method as a property that will be mapped
to a field on a document.
|
| SubClass |
Represents a sublcass of an entity.
|
| TypeConversionHint |
Adds a conversion hint for use by the
ObjectMapper when converting the
property that this is annotated with. |
Copyright © 2013. All Rights Reserved.