Package | Description |
---|---|
com.mongodb |
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 © 2017. All rights reserved.