io
.
circe
bson
package
bson
Linear Supertypes
BsonCodecInstances
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
bson
BsonCodecInstances
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
trait
BsonCodecInstances
extends
AnyRef
Value Members
final
def
bsonToJson
(
bson:
BSONValue
)
:
Either
[
Throwable
,
Json
]
Definition Classes
BsonCodecInstances
implicit final
lazy val
jsonBsonReader
:
BSONReader
[
BSONValue
,
Json
]
Definition Classes
BsonCodecInstances
implicit final
lazy val
jsonBsonWriter
:
BSONWriter
[
Json
,
BSONValue
]
Definition Classes
BsonCodecInstances
final
def
jsonToBson
(
json:
Json
)
:
Either
[
Throwable
,
BSONValue
]
Definition Classes
BsonCodecInstances
Inherited from
BsonCodecInstances
Inherited from
AnyRef
Inherited from
Any
Ungrouped