Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
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.
|