Uses of Class
com.mongodb.ReflectionDBObject.JavaWrapper

Packages that use ReflectionDBObject.JavaWrapper
com.mongodb Main package with core files. 
 

Uses of ReflectionDBObject.JavaWrapper in com.mongodb
 

Methods in com.mongodb that return ReflectionDBObject.JavaWrapper
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