Formatters

play.modules.reactivemongo.Formatters$
object Formatters

Instances of Play Formatter for the ReactiveMongo types.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object BooleanLikeFormatter extends Formatter[BSONBooleanLike]

Attributes

Graph
Supertypes
trait Formatter[BSONBooleanLike]
class Object
trait Matchable
class Any
Self type
object NumberLikeFormatter extends Formatter[BSONNumberLike]

Attributes

Graph
Supertypes
trait Formatter[BSONNumberLike]
class Object
trait Matchable
class Any
Self type

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.

Attributes