com.mongodb
Class ReflectionDBObject.JavaWrapper
java.lang.Object
com.mongodb.ReflectionDBObject.JavaWrapper
- Enclosing class:
- ReflectionDBObject
public static class ReflectionDBObject.JavaWrapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keySet
public Set<String> keySet()
containsKey
public boolean containsKey(String key)
get
public Object get(ReflectionDBObject t,
String name)
set
public Object set(ReflectionDBObject t,
String name,
Object val)