Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
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 document,
String fieldName,
Object value)
Adds or sets the given field to the given value on the document.
|
Copyright © 2016. All Rights Reserved.