| Class | Description |
|---|---|
| Assert |
Provides various assertions for Morphia during validation
|
| IterHelper<K,V> |
Helper to allow for optimizations for different types of Map/Collections
|
| IterHelper.IterCallback<V> |
A callback mechanism for processing Iterables
|
| IterHelper.MapIterCallback<K,V> |
A callback mechanism for processing Maps
|
| ReflectionUtils |
Various reflection utility methods, used mainly in the Mapper.
|
| Enum | Description |
|---|---|
| IndexDirection |
Defines the "direction" of an index.
|
| IndexType |
Defines the type of the index to create for a field.
|
| Exception | Description |
|---|---|
| Assert.AssertionFailedException |
Represents a failed Morphia Assertion
|