|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bson.BasicBSONCallback
com.mongodb.util.JSONCallback
public class JSONCallback
Constructor Summary | |
---|---|
JSONCallback()
|
Method Summary | |
---|---|
BSONObject |
create()
|
protected BSONObject |
createList()
|
Object |
objectDone()
|
void |
objectStart(boolean array,
String name)
|
Methods inherited from class org.bson.BasicBSONCallback |
---|
_put, arrayDone, arrayStart, arrayStart, create, createBSONCallback, cur, curName, get, gotBinary, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, isStackEmpty, objectStart, objectStart, objectStart, reset, setRoot |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONCallback()
Method Detail |
---|
public BSONObject create()
create
in class BasicBSONCallback
protected BSONObject createList()
createList
in class BasicBSONCallback
public void objectStart(boolean array, String name)
objectStart
in class BasicBSONCallback
public Object objectDone()
objectDone
in interface BSONCallback
objectDone
in class BasicBSONCallback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |