package reactivemongo
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class DocumentKeyNotFound(message: String) extends Exception with Product with Serializable
- trait FromBson[S[_]] extends Serializable
- Annotations
- @implicitNotFound("Could not find an instance of FromBson for ${S}")
- case class MultipleKeysFound(message: String) extends Exception with Product with Serializable
- trait ToBson[S[_]] extends Serializable
- Annotations
- @implicitNotFound("Could not find an instance of ToBson for ${S}")
- case class TypeDoesNotMatch(message: String) extends Exception with Product with Serializable
Value Members
- object FromBson extends Serializable
- object ToBson extends Serializable