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
Serializable, Product, Equals, CodecProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentCodecProvider
  2. Serializable
  3. Product
  4. Equals
  5. CodecProvider
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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()
  4. def get[T <: AnyRef](arg0: Class[T], arg1: List[Type], arg2: CodecRegistry): Codec[T]
    Definition Classes
    CodecProvider
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product