Class FieldTrackingBsonWriter

  • All Implemented Interfaces:
    BsonWriter

    @Deprecated(since="2021-05-27")
    public class FieldTrackingBsonWriter
    extends BsonWriterDecorator
    Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean hasWrittenField()
      Deprecated.
       
      void pipe​(BsonReader reader)
      Deprecated.
      Reads a single document from a BsonReader and writes it to this.
      void writeBinaryData​(java.lang.String name, BsonBinary binary)
      Deprecated.
      Writes a BSON Binary data element to the writer.
      void writeBinaryData​(BsonBinary binary)
      Deprecated.
      Writes a BSON Binary data element to the writer.
      void writeBoolean​(boolean value)
      Deprecated.
      Writes a BSON Boolean to the writer.
      void writeBoolean​(java.lang.String name, boolean value)
      Deprecated.
      Writes a BSON Boolean element to the writer.
      void writeDateTime​(long value)
      Deprecated.
      Writes a BSON DateTime to the writer.
      void writeDateTime​(java.lang.String name, long value)
      Deprecated.
      Writes a BSON DateTime element to the writer.
      void writeDBPointer​(java.lang.String name, BsonDbPointer value)
      Deprecated.
      Writes a BSON DBPointer element to the writer.
      void writeDBPointer​(BsonDbPointer value)
      Deprecated.
      Writes a BSON DBPointer to the writer.
      void writeDecimal128​(java.lang.String name, Decimal128 value)
      Deprecated.
      Writes a BSON Decimal128 element to the writer.
      void writeDecimal128​(Decimal128 value)
      Deprecated.
      Writes a BSON Decimal128 to the writer.
      void writeDouble​(double value)
      Deprecated.
      Writes a BSON Double to the writer.
      void writeDouble​(java.lang.String name, double value)
      Deprecated.
      Writes a BSON Double element to the writer.
      void writeInt32​(int value)
      Deprecated.
      Writes a BSON Int32 to the writer.
      void writeInt32​(java.lang.String name, int value)
      Deprecated.
      Writes a BSON Int32 element to the writer.
      void writeInt64​(long value)
      Deprecated.
      Writes a BSON Int64 to the writer.
      void writeInt64​(java.lang.String name, long value)
      Deprecated.
      Writes a BSON Int64 element to the writer.
      void writeJavaScript​(java.lang.String code)
      Deprecated.
      Writes a BSON JavaScript to the writer.
      void writeJavaScript​(java.lang.String name, java.lang.String code)
      Deprecated.
      Writes a BSON JavaScript element to the writer.
      void writeJavaScriptWithScope​(java.lang.String code)
      Deprecated.
      Writes a BSON JavaScript to the writer (call WriteStartDocument to start writing the scope).
      void writeJavaScriptWithScope​(java.lang.String name, java.lang.String code)
      Deprecated.
      Writes a BSON JavaScript element to the writer (call WriteStartDocument to start writing the scope).
      void writeMaxKey()
      Deprecated.
      Writes a BSON MaxKey to the writer.
      void writeMaxKey​(java.lang.String name)
      Deprecated.
      Writes a BSON MaxKey element to the writer.
      void writeMinKey()
      Deprecated.
      Writes a BSON MinKey to the writer.
      void writeMinKey​(java.lang.String name)
      Deprecated.
      Writes a BSON MinKey element to the writer.
      void writeNull()
      Deprecated.
      Writes a BSON null to the writer.
      void writeNull​(java.lang.String name)
      Deprecated.
      Writes a BSON null element to the writer.
      void writeObjectId​(java.lang.String name, ObjectId objectId)
      Deprecated.
      Writes a BSON ObjectId element to the writer.
      void writeObjectId​(ObjectId objectId)
      Deprecated.
      Writes a BSON ObjectId to the writer.
      void writeRegularExpression​(java.lang.String name, BsonRegularExpression regularExpression)
      Deprecated.
      Writes a BSON regular expression element to the writer.
      void writeRegularExpression​(BsonRegularExpression regularExpression)
      Deprecated.
      Writes a BSON regular expression to the writer.
      void writeStartArray()
      Deprecated.
      Writes the start of a BSON array to the writer.
      void writeStartArray​(java.lang.String name)
      Deprecated.
      Writes the start of a BSON array element to the writer.
      void writeStartDocument()
      Deprecated.
      Writes the start of a BSON document to the writer.
      void writeStartDocument​(java.lang.String name)
      Deprecated.
      Writes the start of a BSON document element to the writer.
      void writeString​(java.lang.String value)
      Deprecated.
      Writes a BSON String to the writer.
      void writeString​(java.lang.String name, java.lang.String value)
      Deprecated.
      Writes a BSON String element to the writer.
      void writeSymbol​(java.lang.String value)
      Deprecated.
      Writes a BSON Symbol to the writer.
      void writeSymbol​(java.lang.String name, java.lang.String value)
      Deprecated.
      Writes a BSON Symbol element to the writer.
      void writeTimestamp​(java.lang.String name, BsonTimestamp value)
      Deprecated.
      Writes a BSON Timestamp element to the writer.
      void writeTimestamp​(BsonTimestamp value)
      Deprecated.
      Writes a BSON Timestamp to the writer.
      void writeUndefined()
      Deprecated.
      Writes a BSON undefined to the writer.
      void writeUndefined​(java.lang.String name)
      Deprecated.
      Writes a BSON undefined element to the writer.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait