public static class

ReflectionDBObject.JavaWrapper

extends Object
java.lang.Object
   ↳ com.mongodb.ReflectionDBObject.JavaWrapper

Class Overview

Represents a wrapper around the DBObject to interface with the Class fields

Summary

Public Methods
boolean containsKey(String key)
This method is deprecated. No replacement.
Object get(ReflectionDBObject t, String name)
Set<String> keySet()
Object set(ReflectionDBObject t, String name, Object val)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean containsKey (String key)

This method is deprecated.
No replacement.

public Object get (ReflectionDBObject t, String name)

public Set<String> keySet ()

public Object set (ReflectionDBObject t, String name, Object val)