com.mongodb
Class ReflectionDBObject.JavaWrapper
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)