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 |
---|---|
static ReflectionDBObject.JavaWrapper |
ReflectionDBObject.getWrapper(Class c)
Returns an existing Wrapper instance associated with a class, or creates a new one.
|
static ReflectionDBObject.JavaWrapper |
ReflectionDBObject.getWrapperIfReflectionObject(Class c)
Returns the wrapper if this object can be assigned from this class.
|
Copyright © 2016. All Rights Reserved.