IntReactiveMongoBsonValueEnum

enumeratum.values.IntReactiveMongoBsonValueEnum
trait IntReactiveMongoBsonValueEnum[EntryType <: IntEnumEntry] extends ReactiveMongoBsonValueEnum[Int, EntryType]

Enum implementation for Int enum members that contains an implicit ReactiveMongo BSON Handler

Attributes

Graph
Supertypes
trait ReactiveMongoBsonValueEnum[Int, EntryType]
class Object
trait Matchable
class Any
Self type
IntEnum[EntryType]

Members list

Concise view

Implicits

Implicits

implicit val bsonHandler: BSONHandler[EntryType]

Implicit BSON handler for the entries of this enum

Implicit BSON handler for the entries of this enum

Attributes

implicit def keyReader: KeyReader[EntryType]
implicit def keyWriter: KeyWriter[EntryType]