Package

com.github.jeroenr.bson

element

Permalink

package element

Visibility
  1. Public
  2. All

Type Members

  1. trait BinarySubtype extends AnyRef

    Permalink
  2. case class BsonArray(name: String, value: BsonValueArray) extends BsonElement with Product with Serializable

    Permalink
  3. case class BsonBinary(name: String, value: BsonValueBinary) extends BsonElement with Product with Serializable

    Permalink
  4. case class BsonBoolean(name: String, value: BsonValueBoolean) extends BsonElement with Product with Serializable

    Permalink
  5. case class BsonDateTime(name: String, value: BsonValueDateTime) extends BsonElement with Product with Serializable

    Permalink
  6. case class BsonDouble(name: String, value: BsonValueDouble) extends BsonElement with Product with Serializable

    Permalink
  7. trait BsonElement extends Writable

    Permalink
  8. case class BsonInteger(name: String, value: BsonValueInteger) extends BsonElement with Product with Serializable

    Permalink
  9. case class BsonLong(name: String, value: BsonValueLong) extends BsonElement with Product with Serializable

    Permalink
  10. case class BsonNull(name: String) extends BsonElement with Product with Serializable

    Permalink
  11. case class BsonObject(name: String, value: BsonValueObject) extends BsonElement with Product with Serializable

    Permalink
  12. case class BsonObjectId(name: String, value: BsonValueObjectId) extends BsonElement with Product with Serializable

    Permalink
  13. case class BsonRegex(name: String, value: BsonValueRegex) extends BsonElement with Product with Serializable

    Permalink
  14. case class BsonString(name: String, value: BsonValueString) extends BsonElement with Product with Serializable

    Permalink
  15. case class BsonTimestamp(name: String, value: BsonValueTimestamp) extends BsonElement with Product with Serializable

    Permalink

Value Members

  1. object BinarySubtype

    Permalink
  2. object BsonObjectId extends Serializable

    Permalink

Ungrouped