Package org.bson

Class BsonString

All Implemented Interfaces:
Comparable<BsonString>

public class BsonString extends BsonValue implements Comparable<BsonString>
A representation of the BSON String type.
Since:
3.0
  • Constructor Details

    • BsonString

      public BsonString(String value)
      Construct a new instance with the given value.
      Parameters:
      value - the non-null value
  • Method Details