com
.
github
.
jeroenr
.
bson
element
package
element
Visibility
Public
All
Type Members
trait
BinarySubtype
extends
AnyRef
case class
BsonArray
(
name:
String
,
value:
BsonValueArray
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonBinary
(
name:
String
,
value:
BsonValueBinary
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonBoolean
(
name:
String
,
value:
BsonValueBoolean
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonDateTime
(
name:
String
,
value:
BsonValueDateTime
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonDouble
(
name:
String
,
value:
BsonValueDouble
)
extends
BsonElement
with
Product
with
Serializable
trait
BsonElement
extends
Writable
case class
BsonInteger
(
name:
String
,
value:
BsonValueInteger
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonLong
(
name:
String
,
value:
BsonValueLong
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonNull
(
name:
String
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonObject
(
name:
String
,
value:
BsonValueObject
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonObjectId
(
name:
String
,
value:
BsonValueObjectId
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonRegex
(
name:
String
,
value:
BsonValueRegex
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonString
(
name:
String
,
value:
BsonValueString
)
extends
BsonElement
with
Product
with
Serializable
case class
BsonTimestamp
(
name:
String
,
value:
BsonValueTimestamp
)
extends
BsonElement
with
Product
with
Serializable
Value Members
object
BinarySubtype
object
BsonNullValue
extends
BsonValue
with
Identifiable
[
Null
] with
Product
with
Serializable
object
BsonObjectId
extends
Serializable
Ungrouped