Packages

c

org.mongodb.scala.bson.codecs

DocumentCodecProvider

case class DocumentCodecProvider() extends CodecProvider with Product with Serializable

A CodecProvider for the Document class and all the default Codec implementations on which it depends.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentCodecProvider
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CodecProvider
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocumentCodecProvider()

Value Members

  1. val IMMUTABLE: Class[collection.immutable.Document]
  2. val MUTABLE: Class[collection.mutable.Document]
  3. def get[T](clazz: Class[T], registry: CodecRegistry): Codec[T]
    Definition Classes
    DocumentCodecProvider → CodecProvider
    Annotations
    @SuppressWarnings()