public class JSONCallback
extends org.bson.BasicBSONCallback
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_msDateFormat |
static java.lang.String |
_secDateFormat |
| Constructor and Description |
|---|
JSONCallback() |
| Modifier and Type | Method and Description |
|---|---|
org.bson.BSONObject |
create() |
protected org.bson.BSONObject |
createList() |
java.lang.Object |
objectDone() |
void |
objectStart(boolean array,
java.lang.String name) |
_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, setRootpublic static final java.lang.String _msDateFormat
public static final java.lang.String _secDateFormat
public org.bson.BSONObject create()
create in class org.bson.BasicBSONCallbackprotected org.bson.BSONObject createList()
createList in class org.bson.BasicBSONCallbackpublic void objectStart(boolean array,
java.lang.String name)
objectStart in class org.bson.BasicBSONCallbackpublic java.lang.Object objectDone()
objectDone in interface org.bson.BSONCallbackobjectDone in class org.bson.BasicBSONCallback