@CompileStatic class MongoConstants extends Object
Constants for use with GORM for MongoDB
| Modifiers | Name | Description |
|---|---|---|
static String |
ASSIGNED_IDENTIFIER_MAPPING |
|
static String |
CODEC_ENGINE |
|
static String |
INC_OPERATOR |
|
static String |
MONGO_CLASS_FIELD |
|
static String |
MONGO_ID_FIELD |
|
static String |
SET_OPERATOR |
|
static String |
UNSET_OPERATOR |
| Constructor and description |
|---|
MongoConstants() |
| Type Params | Return Type | Name and description |
|---|---|---|
<T> |
static T |
mapToObject(Class<T> targetType, Map<String, Object> values) |