Formatters

object Formatters

Instances of Play Formatter for the ReactiveMongo types.

class Object
trait Matchable
class Any

Type members

Classlikes

object BooleanLikeFormatter extends Formatter[BSONBooleanLike]
object NumberLikeFormatter extends Formatter[BSONNumberLike]

Types

type Result[T] = Either[Seq[FormError], T]

Implicits

Implicits

implicit def bsonFormatter[T <: BSONValue](implicit cls: ClassTag[T]): Formatter[T]

Formats BSON value as JSON.

Formats BSON value as JSON.