Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Method and Description |
---|---|
Object |
ReflectionDBObject.JavaWrapper.get(ReflectionDBObject document,
String fieldName)
Gets the value for the given field from the given document.
|
Object |
ReflectionDBObject.JavaWrapper.set(ReflectionDBObject t,
String name,
Object val)
Adds or sets the given field to the given value on the document.
|