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