Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Field and Description |
---|---|
(package private) ReflectionDBObject.JavaWrapper |
ReflectionDBObject._wrapper |
private ReflectionDBObject.JavaWrapper |
DBCollectionObjectFactory.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.
|
Constructor and Description |
---|
DBCollectionObjectFactory(java.util.Map<java.util.List<java.lang.String>,java.lang.Class<? extends DBObject>> pathToClassMap,
ReflectionDBObject.JavaWrapper wrapper) |