| Package | Description |
|---|---|
| org.bson |
Contains the base BSON classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBsonWriter.pipe(BsonReader reader,
List<BsonElement> extraElements)
Reads a single document from the given BsonReader and writes it to this, appending the given extra elements to the document.
|
void |
BsonBinaryWriter.pipe(BsonReader reader,
List<BsonElement> extraElements) |
protected void |
AbstractBsonWriter.pipeExtraElements(List<BsonElement> extraElements)
Pipe a list of extra element to this writer
|
| Constructor and Description |
|---|
BsonDocument(List<BsonElement> bsonElements)
Construct a new instance with the given list
BsonElement, none of which may be null. |
Copyright © 2018. All rights reserved.