com.mongodb
Class ReflectionDBObject.JavaWrapper

java.lang.Object
  extended by com.mongodb.ReflectionDBObject.JavaWrapper
Enclosing class:
ReflectionDBObject

public static class ReflectionDBObject.JavaWrapper
extends Object

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


Method Summary
 boolean containsKey(String key)
          Deprecated.  
 Object get(ReflectionDBObject t, String name)
           
 Set<String> keySet()
           
 Object set(ReflectionDBObject t, String name, Object val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

keySet

public Set<String> keySet()

containsKey

@Deprecated
public boolean containsKey(String key)
Deprecated. 


get

public Object get(ReflectionDBObject t,
                  String name)

set

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