| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Field and Description |
|---|---|
private ReflectionDBObject.JavaWrapper |
DBCollection._wrapper |
(package private) ReflectionDBObject.JavaWrapper |
ReflectionDBObject._wrapper |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Class,ReflectionDBObject.JavaWrapper> |
ReflectionDBObject._wrappers |
| Modifier and Type | Method and Description |
|---|---|
(package private) ReflectionDBObject.JavaWrapper |
ReflectionDBObject.getWrapper() |
static ReflectionDBObject.JavaWrapper |
ReflectionDBObject.getWrapper(java.lang.Class c)
Returns an existing Wrapper instance associated with a class, or creates a new one.
|
static ReflectionDBObject.JavaWrapper |
ReflectionDBObject.getWrapperIfReflectionObject(java.lang.Class c)
Returns the wrapper if this object can be assigned from this class.
|