java.lang.Object |
↳ |
org.mule.module.mongo.api.DBObjects |
Class Overview
Conversions between JSon Strings and Maps into DBObjects
Summary
Public Methods |
static
Object
|
adapt(Object o)
|
static
DBObject
|
from(Object o)
|
static
DBObject
|
fromCommand(String commandName, String commandValue)
|
static
DBObject
|
fromFunction(String function, DBObject dbObject)
|
static
DBObject
|
fromMap(Map<String, Object> map)
Performs a shallow conversion of a map into a DBObject: values of type Map
will not be converted
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
private
static
final
Pattern
OBJECT_ID_PATTERN
Public Methods
public
static
Object
adapt
(Object o)
public
static
DBObject
from
(Object o)
public
static
DBObject
fromCommand
(String commandName, String commandValue)
public
static
DBObject
fromFunction
(String function, DBObject dbObject)
public
static
DBObject
fromMap
(Map<String, Object> map)
Performs a shallow conversion of a map into a DBObject: values of type Map
will not be converted