Uses of Class
org.bson.BsonElement
-
Packages that use BsonElement Package Description org.bson Contains the base BSON classes. -
-
Uses of BsonElement in org.bson
Method parameters in org.bson with type arguments of type BsonElement Modifier and Type Method 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 writerConstructor parameters in org.bson with type arguments of type BsonElement Constructor Description BsonDocument(List<BsonElement> bsonElements)
Construct a new instance with the given listBsonElement
, none of which may be null.
-