public class MuleBasicBSONEncoder
extends org.bson.BasicBSONEncoder
Constructor and Description |
---|
MuleBasicBSONEncoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
_putObjectField(String name,
Object initialValue)
Encodes any Object type
|
protected void |
putTimestamp(String name,
org.bson.BsonTimestamp timestamp)
Encodes a BSON timestamp
|
done, encode, getBsonWriter, getOutputBuffer, putArray, putBinary, putBinary, putBoolean, putCode, putCodeWScope, putDate, putDecimal128, putIterable, putMap, putMaxKey, putMinKey, putName, putNull, putNumber, putObject, putObject, putObjectId, putPattern, putSpecial, putString, putSymbol, putTimestamp, putUndefined, putUUID, set
protected void _putObjectField(String name, Object initialValue)
_putObjectField
in class org.bson.BasicBSONEncoder
name
- the field nameinitialValue
- the value to writeprotected void putTimestamp(String name, org.bson.BsonTimestamp timestamp)
name
- the field nametimestamp
- the timestamp to encodeBsonType.TIMESTAMP
Copyright © 2010–2021. All rights reserved.